@charset "utf-8";
/**
 * @Author   zcool
 * @Date     2017-11-20
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
ol {
  margin: 0;
  padding: 0;
}
*,
::after,
::before {
  box-sizing: border-box;
  font-family: "Source Han Sans CN", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
body {
  font: 12px "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  line-height: 1.5;
  overflow-x: hidden;
}
ol,
ul,
li {
  list-style-type: none;
  vertical-align: middle;
}
img {
  vertical-align: center;
  border: 0;
}
input,
select,
textarea,
button {
  vertical-align: middle;
}
textarea,
input {
  text-indent: 10px;
}
/*表单元素默认有10像素的缩进*/
input[type='submit'],
input[type='button'],
button {
  text-indent: 0;
  text-align: center;
  cursor: pointer;
}
label,
button,
a {
  cursor: pointer;
}
ins,
em,
b,
i {
  text-decoration: none;
  font-style: normal;
}
/* 去掉浏览器激活样式 */
select:focus,
textarea:focus,
input:focus,
button {
  outline: none;
}
/* 提示文字的初始样式 */
input::-webkit-input-placeholder,
input::-moz-input-placeholder,
textarea::-webkit-textarea-placeholder,
textarea::-moz-textarea-placeholder {
  color: #999;
  transition: color .5s;
}
/* 提示文字的激活样式 */
input:focus::-webkit-input-placeholder,
input:focus::-moz-input-placeholder,
input:hover::-webkit-input-placeholder,
input:hover::-moz-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-input-placeholder,
textarea:hover::-webkit-input-placeholder,
textarea:hover::-moz-input-placeholder {
  color: #c2c2c2;
}
/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font: inherit;
}
/* a_link */
a {
  color: inherit;
  text-decoration: none;
}
a[href] {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
}
a:focus {
  background-color: transparent;
}
h1,
h2,
h3,
h4,
h5,
h6,
em {
  font-weight: normal;
}
a,
span,
li,
b,
i,
label,
p,
strong,
div,
h1,
h2,
h3,
h4,
h5,
h6,
font,
small,
em,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  font-size: 14px;
}
span {
  display: inline-block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
/*用来解决在安卓上的点击出现篮框问题*/
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*解决ios上去除微信点击蓝色边框 */
a:focus,
input:focus,
p:focus,
div:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img[src=""],
img:not([src]) {
  opacity: 0;
}
font {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  text-transform: inherit;
}
body,
html {
  height: 100%;
}
::-webkit-scrollbar {
  width: 7px;
  background-color: #e8edf1;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb {
  border: solid 1px #e8edf1;
  width: 5px;
  border-radius: 4px;
  background-color: #00a0e9;
}
::-webkit-scrollbar-corner {
  background-color: #e8edf1;
}
::-webkit-scrollbar:horizontal {
  height: 9px;
}
::-webkit-selection {
  background: #00a0e9;
  color: #fff;
}
::-moz-selection {
  background: #00a0e9;
  color: #fff;
}
::selection {
  background: #00a0e9;
  color: #fff;
}
/*滚动动画的样式*/
.disable-hover {
  pointer-events: none;
}
.scroll-animate.animated {
  visibility: hidden;
}
.font-fadeIn font {
  display: inline-block;
}
.scrolly {
  transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
/* 浮动与清浮动 */
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl::after {
  content: '\20';
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.text_overflow {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-ahref] {
  cursor: pointer;
}
.over-2 {
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.over-3 {
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.c_no {
  cursor: none!important;
}
html {
  font-size: 100px;
}
/* 初始定义 */
@font-face {
  font-family: 'en';
  src: url('../fonts/NexaRegular.otf');
}
@font-face {
  font-family: 'en_l';
  src: url('../fonts/TitilliumWeb-ExtraLight.ttf');
}
@font-face {
  font-family: 'en_b';
  src: url('../fonts/Nexa-Bold.otf');
}
.en {
  font-family: en;
}
.en_b {
  font-family: en_b;
}
.en_l {
  font-family: en_l;
}
/* 定义网站色值 */
.mc {

}
.fc {
  color: #6ea97f;
}
.wc {
  color: #ffffff;
}
.grc {
  color: #eeeeee;
}
.d-gc {
  color: #8e8e8e;
}
.rc {
  color: #ff231c;
}
.oc {
  color: #ffb11e;
}
.yc {
  color: #fff714;
}
.gc {
  color: #8aff3c;
}
.bc {
  color: #4060ff;
}
.shadow {
  box-shadow: 0 30px 60px -2px rgba(77, 81, 84, 0.1);
}
.transi {
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
.linear-bg {
  background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
}
.linear-txt {
  background: linear-gradient(0deg, #03aedb 0%, #137acc 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.max-wid {
  width: 76%;
  max-width: 1400px;
  margin: auto;
}
.full {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.inter {
  position: relative;
  display: inline-block;
}
.inter > span {
  padding: 6px 20px;
  background-color: #fff;
  border-radius: 50px;
}
.inter .items {
  position: absolute;
  left: 0;
  visibility: hidden;
  bottom: 99%;
  opacity: 0;
  transform: translateY(5px);
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
.inter .items > ul {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 30px 60px -2px rgba(77, 81, 84, 0.1);
}
.inter .items > ul > li {
  background-color: #fff;
}
.inter .items > ul > li > a {
  display: inline-block;
  line-height: 45px;
  width: 100%;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  white-space: nowrap;
  padding: 0 0.2rem;
}
.inter .items > ul > li > a:hover {
  color: #00a0e9;
  text-decoration: underline;
}
.inter .items > span {
  height: 20px;
  line-height: 20px;
  position: relative;
  width: 100%;
  display: block;
}
.inter .items > span:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-width: 6px;
  border-color: #fff transparent transparent transparent;
  left: 32px;
  top: 0;
}
@media screen and (min-width: 800px) {
  .inter:hover .items {
    opacity: 1;
    transform: none;
    visibility: visible;
  }
}
@media screen and (max-width: 800px) {
  .inter {
    cursor: pointer;
  }
  .inter.on .items {
    opacity: 1;
    transform: none;
    visibility: visible;
  }
}
.p-c {
  color: #666;
}
p {
  color: #666666;
}
.fontAni > span {
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: 1;
  overflow: hidden;
  vertical-align: middle;
}
.fontAni > span > em {
  display: inline-block;
  opacity: 0;
  line-height: inherit;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
}
/*图片容器*/
.pic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.pic .img-w {
  position: absolute !important;
  width: 100% !important;
  min-height: 100% !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  display: block;
}
.pic .img-h {
  position: absolute !important;
  height: 100% !important;
  min-width: 100% !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  -ms-transform: translateX(-50%) !important;
  -moz-transform: translateX(-50%) !important;
  -webkit-transform: translateX(-50%) !important;
  -o-transform: translateX(-50%) !important;
  display: block;
}
.pic img.w-h {
  width: 100%;
  max-width: 100%;
  opacity: 0;
}
.pic img.lazy {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.1s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.1s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.1s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.1s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.1s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
/* 按钮 */
.layout-btn {
  padding: 10px 30px;
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid #fff;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  font-size: 16px;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
.layout-btn:hover {
  background: rgba(0, 0, 0, 0.6);
}
.layout-btn-1 {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 260px;
  height: 52px;
  background: #fff;
  transform: translate3d(0px, 0%, 0px);
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.05em;
  transition-delay: 0.6s;
  overflow: hidden;
}
.layout-btn-1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00a0e9;
  border-radius: 50% 50% 0 0;
  transform: translateY(100%) scaleY(0.5);
  transition: all 0.6s ease;
}
.layout-btn-1:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 0;
  transform: translateY(0) scaleY(1);
  transition: all 0.6s ease;
}
.layout-btn-1 > div {
  position: relative;
  top: 16px;
  width: 100%;
  height: 26px;
  overflow: hidden;
}
.layout-btn-1 > div > span {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  text-align: center;
  transition: transform 0.5s ease;
}
.layout-btn-1 > div > span:first-of-type {
  color: #fff;
  transform: translateY(24px);
}
.layout-btn-1 > div > span:last-of-type {
  color: #1e0f21;
  transform: translateY(0);
}
.layout-btn-1:hover {
  background: #00a0e9;
  transition: background 0.2s linear;
  transition-delay: 0.6s;
}
.layout-btn-1:hover:before {
  border-radius: 0;
  transform: translateY(0) scaleY(1);
  transition-delay: 0s;
}
.layout-btn-1:hover:after {
  border-radius: 0 0 50% 50%;
  transform: translateY(-100%) scaleY(0.5);
  transition-delay: 0s;
}
.layout-btn-1:hover > div > span:first-of-type {
  transform: translateY(0);
}
.layout-btn-1:hover > div > span:last-of-type {
  transform: translateY(-24px);
}
.layout-btn-2 {
  width: 200px;
  height: 60px;
  cursor: pointer;
  perspective: 500px;
  display: inline-block;
}
.layout-btn-2 > div {
  height: 100%;
  transform-style: preserve-3d;
  transition: 0.25s;
}
.layout-btn-2 > div > span {
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  border: 5px solid #fff;
  line-height: 50px;
  font-size: 17pt;
  text-align: center;
  text-transform: uppercase;
}
.layout-btn-2 > div > span:first-of-type {
  color: #fff;
  transform: translate3d(0, 0, 30px);
}
.layout-btn-2 > div > span:last-of-type {
  color: #737f39;
  background: #fff;
  transform: rotateX(90deg) translate3d(0, 0, 30px);
}
.layout-btn-2:hover > div {
  transform: rotateX(-90deg);
}
.layout-btn-3 {
  height: 80px;
  line-height: 80px;
  width: 180px;
  text-align: center;
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding: 10px 0;
}
.layout-btn-3 > span {
  display: inline-block;
  font-size: 14px;
  position: relative;
  z-index: 3;
  color: #000;
  width: 100%;
  height: 60px;
  line-height: 60px;
  vertical-align: top;
  transition: all 0.3s cubic-bezier(0, 0.25, 0.5, 1);
}
.layout-btn-3 .Sline {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  fill: #fff;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0, 0.25, 0.5, 1);
}
.layout-btn-3:hover > span {
  color: #fff;
}
.layout-btn-3:hover .Sline {
  fill: #00a0e9;
  transform: translate3d(-66.6%, 0, 0);
}
.layout-btn-4 {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 60px;
  line-height: 60px;
  width: 180px;
  transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
  text-align: center;
}
.layout-btn-4 > span {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
.layout-btn-4:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.25);
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.layout-btn-4:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.25);
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transition-delay: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.layout-btn-4:hover:after {
  transform: translate(0, 0);
}
.layout-btn-4:hover:before {
  transform: translate(0, 0);
}
/*输入框*/
.layout-inputBox {
  display: inline-block;
}
.layout-inputBox > h5 {
  height: 0.32rem;
  line-height: 0.32rem;
}
.layout-inputBox .input-text {
  height: 40px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}
.layout-inputBox .input-text > input {
  width: 100%;
  height: 100%;
  background-color: white;
  border: solid 1px #d4d4d4;
  font-weight: 400;
  padding: 0 10px;
  position: relative;
  z-index: 10;
}
.layout-inputBox .input-text > input:focus {
  background-color: transparent;
  border-color: transparent;
}
.layout-inputBox .input-text > input:focus ~ .input-border {
  background-color: white;
}
.layout-inputBox .input-text > input:focus ~ .input-border:first-of-type:before {
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  width: 100%;
}
.layout-inputBox .input-text > input:focus ~ .input-border:first-of-type:after {
  height: 100%;
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.layout-inputBox .input-text > input:focus ~ .input-border:last-of-type {
  background: transparent;
}
.layout-inputBox .input-text > input:focus ~ .input-border:last-of-type:before {
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  width: 100%;
}
.layout-inputBox .input-text > input:focus ~ .input-border:last-of-type:after {
  height: 100%;
  -webkit-transition: 0.15s ease-in-out all;
  transition: 0.15s ease-in-out all;
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
  top: 0;
}
.layout-inputBox .input-text .input-border {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.layout-inputBox .input-text .input-border:before,
.layout-inputBox .input-text .input-border:after {
  bottom: 0;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  background-color: #5b4c5c;
  -webkit-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
.layout-inputBox .input-text .input-border:first-of-type:before {
  height: 2px;
  left: 0;
  top: 0;
  width: 0;
}
.layout-inputBox .input-text .input-border:first-of-type:after {
  height: 0;
  right: 0;
  top: 0;
  width: 2px;
}
.layout-inputBox .input-text .input-border:last-of-type:before {
  background-color: #01afd1;
  height: 2px;
  top: calc(100% - 2px);
  right: 0;
  width: 0;
}
.layout-inputBox .input-text .input-border:last-of-type:after {
  background-color: #01afd1;
  height: 0;
  top: calc(100% - 2px);
  left: 0;
  width: 2px;
}
/*省市区三级联动*/
.layout-adr {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.layout-adr .parent {
  display: inline-block;
  position: relative;
  font-size: 14px;
  margin: 0 15px;
  text-decoration: none;
  cursor: default;
  padding-bottom: 10px;
}
.layout-adr .parent .con {
  position: relative;
  min-width: 120px;
  padding: 0 26px 0 8px;
  height: 36px;
  line-height: 36px;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 3px;
}
.layout-adr .parent .con span {
  display: inline;
  padding: 5px 12px;
  border-radius: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
.layout-adr .parent .adr-down {
  position: absolute;
  display: none;
  width: 100%;
  top: 100%;
}
.layout-adr .parent .adr-down > ul {
  line-height: 36px;
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff;
  z-index: 999999999;
  overflow-y: auto;
  overflow-x: hidden;
  border: 1px solid #dedede;
  border-top: 0;
  max-height: 220px;
}
.layout-adr .parent .adr-down > ul > li {
  padding-left: 8px;
  background: #ffffff;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  margin: 0;
  list-style: none;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.layout-adr .parent .adr-down > ul > li:hover {
  background-color: #00a0e9;
  color: #fff;
}
.layout-adr .parent .adr-down:after {
  content: "◆";
  position: absolute;
  top: 0px;
  left: 50%;
  right: 0px;
  text-align: center;
  font-size: 20px;
  line-height: 8px;
  margin-top: -5px;
  color: #ffffff;
  height: 10px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
}
.layout-adr .parent .adr-down.on {
  display: block;
}
.layout-adr .parent:after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 16px;
  right: 8px;
  display: block;
  border: 6px solid #999;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.layout-adr.adr-inline .parent .con {
  padding-left: 4px;
}
.layout-adr.adr-inline .parent .con span:hover {
  background-color: #00a0e9;
  color: #fff;
}
/*页码*/
.layout-page {
  text-align: center;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.layout-page > a {
  display: inline-block;
  margin: 0 10px;
  outline: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  border: 1px solid #00a0e9;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  font-size: 24px;
  line-height: 39px;
  color: #00a0e9;
}
.layout-page > a:hover {
  background-color: #00a0e9;
  color: #fff;
}
.layout-page > a.p-prev {
  text-indent: -3px;
}
.layout-page > a.p-next {
  text-indent: 2px;
}
.layout-page > ol {
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-page > ol li {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  color: #666;
  border: 1px solid #eee;
  margin: 0 12px;
  cursor: pointer;
}
.layout-page > ol li.sp,
.layout-page > ol li.ep {
  display: inline-block;
}
.layout-page > ol li.on {
  display: inline-block;
}
.layout-page > ol li.cur {
  color: #fff;
  background-color: #00a0e9;
  border-color: #00a0e9;
}
.layout-page > ol .gather {
  pointer-events: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  color: #666;
  border: 1px solid #eee;
  margin: 0 12px;
  font-weight: bold;
  line-height: 32px;
}
.component {
  margin: 0 auto;
  position: relative;
  margin-bottom: 0.4rem;
  max-width: 100%;
}
.component > ul {
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.component > ul > li {
  width: 100%;
  height: 100%;
  position: absolute;
  /*top: 0.9rem;*/
  left: 0;
  pointer-events: none;
  opacity: 0;
  z-index: 9;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.component > ul > li > img {
  display: block;
  max-width: 100%;
  opacity: 0;
  max-height: 100%;
}
.component > ul .current {
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
}
.component nav > a {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #5b4c5c;
  outline: none;
  overflow: visible;
  text-align: center;
  top: 50%;
  z-index: 1100;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.component nav .moveNext {
  right: 0;
}
.component .Tcon {
  position: absolute;
  width: 80%;
  height: 90%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 13;
}
.component .Tcon > small {
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: max-content;
}
.component .Tcon > small > .Tpage {
  color: #fff;
  font-size: 0.2rem;
}
.component .Tcon .txtChange {
  position: relative;
  height: 100%;
  width: 100%;
}
.component .Tcon .txtChange > [data-txt] {
  opacity: 0;
  position: absolute;
  top: 4vw;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 0.24rem;
  pointer-events: none;
  transition: all 0.4s;
  -webkit-perspective: 1600px;
  perspective: 1600px;
}
.component .Tcon .txtChange > [data-txt].on {
  opacity: 1;
  pointer-events: auto;
}
.component .Tcon .txtChange > [data-txt].txtHide {
  -webkit-animation: fadeOut 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: fadeOut 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.component .Tcon .txtChange > [data-txt].txtShow {
  pointer-events: auto;
  -webkit-animation: fadeInDownSmall 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: fadeInDownSmall 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
.component .Tcon .pageChange {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.component .Tcon .pageChange > li {
  margin: 0 50px;
}
.component-small {
  width: 650px;
  height: 290px;
}
.component-small > ul {
  width: 450px;
}
.component-fullwidth {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  background: transparent;
}
.component-fullwidth > ul {
  overflow: hidden;
}
.component-fullwidth > ul > li {
  overflow: hidden;
}
.component-fullwidth > ul > li > img {
  min-width: 100%;
  max-width: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.component-transparent {
  width: 900px;
  height: 500px;
}
.component-transparent > ul {
  width: 112px;
}
.webGL-slider {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 5;
}
.webGL-slider > img {
  width: 100%;
  max-width: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
.webGL-slider canvas {
  position: absolute;
  z-index: 2;
}
.webGL-slider .pagination {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5vw;
  z-index: 6;
}
.webGL-slider .pagination > [data-slide] {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
  border-radius: 100%;
  padding: 0;
  margin: 30px 0;
  cursor: pointer;
  position: relative;
  opacity: 0.2;
  transition: opacity 0.2s ease-in-out;
  outline: none;
}
.webGL-slider .pagination > [data-slide].on {
  opacity: 1;
}
.webGL-slider a.move-prev {
  position: absolute;
  bottom: 100%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0;
  color: #fff;
  background-color: transparent;
  font-size: 24px;
  opacity: 0.6;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
.webGL-slider a.move-prev:hover {
  opacity: 1;
}
.webGL-slider a.move-next {
  position: absolute;
  top: 100%;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: 0;
  color: #fff;
  background-color: transparent;
  font-size: 24px;
  opacity: 0.6;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
.webGL-slider a.move-next:hover {
  opacity: 1;
}
.webGL-slider .txt-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.webGL-slider .txt-item > li {
  position: absolute;
  top: 50%;
  left: 10vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.webGL-slider .txt-item > li > a {
  position: absolute;
  display: inline-block;
  top: 30vh;
  left: 0;
}
.webGL-slider .txt-item > li > a > i {
  font-size: 32px;
  opacity: 0;
  vertical-align: middle;
  display: inline-block;
  animation: fadeInLeftSmall 1.5s ease forwards;
  animation-delay: 1s;
}
/*弹窗*/
.dialog {
  position: fixed;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
  visibility: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
}
.dialog .dialog_mask {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1001;
  background: rgba(55, 58, 71, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
}
.dialog .dialog_content {
  width: 50%;
  max-width: 560px;
  min-width: 290px;
  background: #fff;
  padding: 4em;
  text-align: center;
  position: relative;
  z-index: 1005;
  opacity: 0;
}
.dialog.dialog--open,
.dialog.dialog--close {
  visibility: visible;
}
.dialog.dialog--open .dialog_mask,
.dialog.dialog--close .dialog_mask {
  opacity: 1;
  pointer-events: auto;
}
.dialog.dialog--open .dialog_content,
.dialog.dialog--close .dialog_content {
  opacity: 1;
  pointer-events: auto;
}
.dialog.dialog--close .dialog_mask {
  opacity: 0;
}
.inter {
  position: relative;
  display: inline-block;
}
.inter > a {
  padding: 6px;
  background-color: transparent;
  border-radius: 50px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 32px;
}
.inter .items {
  position: absolute;
  visibility: hidden;
  bottom: 99%;
  opacity: 0;
  transform: translateY(5px);
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  left: -25px;
}
.inter .items > img {
  border: 4px solid #00a0e9;
}
.inter .items > ul {
  border-radius: 5px;
  overflow: hidden;
}
.inter .items > ul > li {
  background-color: #fff;
}
.inter .items > ul > li > a {
  display: inline-block;
  line-height: 45px;
  width: 100%;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  white-space: nowrap;
  padding: 0 0.2rem;
}
.inter .items > ul > li > a:hover {
  color: #00a0e9;
  text-decoration: underline;
}
.inter .items > span {
  height: 10px;
  line-height: 10px;
  position: relative;
  width: 100%;
  display: block;
}
.inter .items > span:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-width: 6px;
  border-color: #fff transparent transparent transparent;
  left: 38px;
  top: 0;
}
@media screen and (min-width: 800px) {
  .inter:hover .items {
    opacity: 1;
    transform: none;
    visibility: visible;
  }
}
@media screen and (max-width: 800px) {
  .inter {
    cursor: pointer;
  }
  .inter.on .items {
    opacity: 1;
    transform: none;
    visibility: visible;
  }
}
/*下拉*/
.dropdown {
  text-align: left;
  width: 105px;
  display: inline-block;
  position: relative;
}
.dropdown select {
  display: none;
}
.dropdown > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  max-height: calc(336px);
  top: 42px;
  left: 0;
  z-index: 1;
  right: 0;
  background: #fff;
  border-radius: 6px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: opacity 0.2s ease, visibility 0.2s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  -webkit-transform: scale(0.8) translate(0, 4px);
  transform: scale(0.8) translate(0, 4px);
  border: 1px solid #cdd9ed;
}
.dropdown > ul > li {
  opacity: 0;
  -webkit-transform: translate(6px, 0);
  transform: translate(6px, 0);
  transition: all .3s ease;
}
.dropdown > ul > li > a {
  cursor: pointer;
  display: block;
  padding: 10px 16px;
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
  outline: none;
  position: relative;
  transition: all .3s ease;
}
.dropdown > ul > li > a:hover {
  color: #000000;
}
.dropdown > ul > li.active > a {
  color: #fff;
  background-color: #00a0e9;
}
.dropdown > span {
  cursor: pointer;
  padding: 5px 16px;
  border-radius: 100px;
  display: block;
  position: relative;
  color: #00a0e9;
  border: 1px solid #00a0e9;
  background-color: #fff;
}
.dropdown > span:before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 2px;
  border-radius: 1px;
  top: 50%;
  right: 15px;
  background: #00a0e9;
  transition: all .3s ease;
  margin-right: 4px;
  -webkit-transform: scale(0.96, 0.8) rotate(50deg);
  transform: scale(0.96, 0.8) rotate(50deg);
}
.dropdown > span:after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 2px;
  border-radius: 1px;
  top: 50%;
  right: 15px;
  background: #00a0e9;
  transition: all .3s ease;
  -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
  transform: scale(0.96, 0.8) rotate(-50deg);
}
.dropdown.open > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) translate(0, 0px);
  transform: scale(1) translate(0, 0px);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
}
.dropdown.open > ul > li {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.dropdown.open > span:before {
  -webkit-transform: scale(0.96, 0.8) rotate(-50deg);
  transform: scale(0.96, 0.8) rotate(-50deg);
}
.dropdown.open > span:after {
  -webkit-transform: scale(0.96, 0.8) rotate(50deg);
  transform: scale(0.96, 0.8) rotate(50deg);
}
.dropdown.open ul li:nth-child(1) {
  transition-delay: 80ms;
}
.dropdown.open ul li:nth-child(2) {
  transition-delay: 160ms;
}
.dropdown.open ul li:nth-child(3) {
  transition-delay: 240ms;
}
.dropdown.open ul li:nth-child(4) {
  transition-delay: 320ms;
}
.dropdown.open ul li:nth-child(5) {
  transition-delay: 400ms;
}
.dropdown.open ul li:nth-child(6) {
  transition-delay: 480ms;
}
.dropdown.open ul li:nth-child(7) {
  transition-delay: 560ms;
}
.dropdown.open ul li:nth-child(8) {
  transition-delay: 640ms;
}
.dropdown.open ul li:nth-child(9) {
  transition-delay: 720ms;
}
.dropdown.open ul li:nth-child(10) {
  transition-delay: 800ms;
}
.f-70 {
  font-size: 70px;
}
.f-60 {
  font-size: 60px;
}
.f-50 {
  font-size: 50px;
}
.f-48 {
  font-size: 48px;
}
.f-46 {
  font-size: 46px;
}
.f-44 {
  font-size: 44px;
}
.f-42 {
  font-size: 42px;
}
.f-40 {
  font-size: 40px;
}
.f-38 {
  font-size: 38px;
}
.f-36 {
  font-size: 36px;
}
.f-34 {
  font-size: 34px;
}
.f-32 {
  font-size: 32px;
}
.f-30 {
  font-size: 30px;
}
.f-28 {
  font-size: 28px;
}
.f-26 {
  font-size: 26px;
}
.f-24 {
  font-size: 24px;
}
.f-22 {
  font-size: 22px;
}
.f-20 {
  font-size: 20px;
}
.f-18 {
  font-size: 18px;
}
.f-16 {
  font-size: 16px;
}
.f-14 {
  font-size: 14px;
}
.f-12 {
  font-size: 12px;
}
.f-light {
  font-weight: lighter;
}
.f-bold {
  font-weight: bold;
}
.f-500 {
  font-weight: 500;
}
.f-left {
  text-align: left;
}
.f-center {
  text-align: center;
}
.f-right {
  text-align: right;
}
.up-word {
  text-transform: uppercase;
}
.v-show {
  visibility: visible;
}
.v-hide {
  visibility: hidden;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.back-cover {
  background-size: cover;
}
.back-contain {
  background-size: contain;
}
.wid-10 {
  width: 10%;
}
.wid-15 {
  width: 15%;
}
.wid-20 {
  width: 20%;
}
.wid-25 {
  width: 25%;
}
.wid-30 {
  width: 30%;
}
.wid-35 {
  width: 35%;
}
.wid-40 {
  width: 40%;
}
.wid-45 {
  width: 45%;
}
.wid-50 {
  width: 50%;
}
.wid-55 {
  width: 55%;
}
.wid-60 {
  width: 60%;
}
.wid-65 {
  width: 65%;
}
.wid-70 {
  width: 70%;
}
.wid-75 {
  width: 75%;
}
.wid-80 {
  width: 80%;
}
.wid-85 {
  width: 85%;
}
.wid-90 {
  width: 90%;
}
.wid-95 {
  width: 95%;
}
.wid-100 {
  width: 100%;
}
.op-0 {
  opacity: 0;
}
.op-1 {
  opacity: 0.1;
}
.op-2 {
  opacity: 0.2;
}
.op-3 {
  opacity: 0.3;
}
.op-4 {
  opacity: 0.4;
}
.op-5 {
  opacity: 0.5;
}
.op-6 {
  opacity: 0.6;
}
.op-7 {
  opacity: 0.7;
}
.op-8 {
  opacity: 0.8;
}
.op-9 {
  opacity: 0.9;
}
.op-10 {
  opacity: 1;
}
.layout-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.layout-v-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.layout-h-middle {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.pa-v {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.pa-h {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.pa-mid {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.mt-1 {
  margin-top: 1px;
}
.mt-2 {
  margin-top: 2px;
}
.mt-3 {
  margin-top: 3px;
}
.mt-4 {
  margin-top: 4px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-6 {
  margin-top: 6px;
}
.mt-7 {
  margin-top: 7px;
}
.mt-8 {
  margin-top: 8px;
}
.mt-9 {
  margin-top: 9px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-14 {
  margin-top: 14px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-18 {
  margin-top: 18px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-22 {
  margin-top: 22px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-26 {
  margin-top: 26px;
}
.mt-28 {
  margin-top: 28px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-32 {
  margin-top: 32px;
}
.mt-34 {
  margin-top: 34px;
}
.mt-36 {
  margin-top: 36px;
}
.mt-38 {
  margin-top: 38px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-42 {
  margin-top: 42px;
}
.mt-44 {
  margin-top: 44px;
}
.mt-46 {
  margin-top: 46px;
}
.mt-48 {
  margin-top: 48px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.mb-1 {
  margin-bottom: 1px;
}
.mb-3 {
  margin-bottom: 3px;
}
.mb-4 {
  margin-bottom: 4px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-6 {
  margin-bottom: 6px;
}
.mb-7 {
  margin-bottom: 7px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-9 {
  margin-bottom: 9px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-14 {
  margin-bottom: 14px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-18 {
  margin-bottom: 18px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-22 {
  margin-bottom: 22px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-26 {
  margin-bottom: 26px;
}
.mb-28 {
  margin-bottom: 28px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-34 {
  margin-bottom: 34px;
}
.mb-36 {
  margin-bottom: 36px;
}
.mb-38 {
  margin-bottom: 38px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-42 {
  margin-bottom: 42px;
}
.mb-44 {
  margin-bottom: 44px;
}
.mb-46 {
  margin-bottom: 46px;
}
.mb-48 {
  margin-bottom: 48px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
.ml-1 {
  margin-left: 1px;
}
.ml-3 {
  margin-left: 3px;
}
.ml-4 {
  margin-left: 4px;
}
.ml-5 {
  margin-left: 5px;
}
.ml-6 {
  margin-left: 6px;
}
.ml-7 {
  margin-left: 7px;
}
.ml-8 {
  margin-left: 8px;
}
.ml-9 {
  margin-left: 9px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-12 {
  margin-left: 12px;
}
.ml-14 {
  margin-left: 14px;
}
.ml-16 {
  margin-left: 16px;
}
.ml-18 {
  margin-left: 18px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-22 {
  margin-left: 22px;
}
.ml-24 {
  margin-left: 24px;
}
.ml-26 {
  margin-left: 26px;
}
.ml-28 {
  margin-left: 28px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-32 {
  margin-left: 32px;
}
.ml-34 {
  margin-left: 34px;
}
.ml-36 {
  margin-left: 36px;
}
.ml-38 {
  margin-left: 38px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-42 {
  margin-left: 42px;
}
.ml-44 {
  margin-left: 44px;
}
.ml-46 {
  margin-left: 46px;
}
.ml-48 {
  margin-left: 48px;
}
.ml-50 {
  margin-left: 50px;
}
.ml-60 {
  margin-left: 60px;
}
.ml-70 {
  margin-left: 70px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-90 {
  margin-left: 90px;
}
.ml-100 {
  margin-left: 100px;
}
.mr-1 {
  margin-right: 1px;
}
.mr-3 {
  margin-right: 3px;
}
.mr-4 {
  margin-right: 4px;
}
.mr-5 {
  margin-right: 5px;
}
.mr-6 {
  margin-right: 6px;
}
.mr-7 {
  margin-right: 7px;
}
.mr-8 {
  margin-right: 8px;
}
.mr-9 {
  margin-right: 9px;
}
.mr-10 {
  margin-right: 10px;
}
.mr-12 {
  margin-right: 12px;
}
.mr-14 {
  margin-right: 14px;
}
.mr-16 {
  margin-right: 16px;
}
.mr-18 {
  margin-right: 18px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-22 {
  margin-right: 22px;
}
.mr-24 {
  margin-right: 24px;
}
.mr-26 {
  margin-right: 26px;
}
.mr-28 {
  margin-right: 28px;
}
.mr-30 {
  margin-right: 30px;
}
.mr-32 {
  margin-right: 32px;
}
.mr-34 {
  margin-right: 34px;
}
.mr-36 {
  margin-right: 36px;
}
.mr-38 {
  margin-right: 38px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-42 {
  margin-right: 42px;
}
.mr-44 {
  margin-right: 44px;
}
.mr-46 {
  margin-right: 46px;
}
.mr-48 {
  margin-right: 48px;
}
.mr-50 {
  margin-right: 50px;
}
.mr-60 {
  margin-right: 60px;
}
.mr-70 {
  margin-right: 70px;
}
.mr-80 {
  margin-right: 80px;
}
.mr-90 {
  margin-right: 90px;
}
.mr-100 {
  margin-right: 100px;
}
.pt-1 {
  padding-top: 1px;
}
.pt-3 {
  padding-top: 3px;
}
.pt-4 {
  padding-top: 4px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-6 {
  padding-top: 6px;
}
.pt-7 {
  padding-top: 7px;
}
.pt-8 {
  padding-top: 8px;
}
.pt-9 {
  padding-top: 9px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-12 {
  padding-top: 12px;
}
.pt-14 {
  padding-top: 14px;
}
.pt-16 {
  padding-top: 16px;
}
.pt-18 {
  padding-top: 18px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-22 {
  padding-top: 22px;
}
.pt-24 {
  padding-top: 24px;
}
.pt-26 {
  padding-top: 26px;
}
.pt-28 {
  padding-top: 28px;
}
.pt-30 {
  padding-top: 30px;
}
.pt-32 {
  padding-top: 32px;
}
.pt-34 {
  padding-top: 34px;
}
.pt-36 {
  padding-top: 36px;
}
.pt-38 {
  padding-top: 38px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-42 {
  padding-top: 42px;
}
.pt-44 {
  padding-top: 44px;
}
.pt-46 {
  padding-top: 46px;
}
.pt-48 {
  padding-top: 48px;
}
.pt-50 {
  padding-top: 50px;
}
.pt-60 {
  padding-top: 60px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-80 {
  padding-top: 80px;
}
.pt-90 {
  padding-top: 90px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-1 {
  padding-bottom: 1px;
}
.pb-3 {
  padding-bottom: 3px;
}
.pb-4 {
  padding-bottom: 4px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-6 {
  padding-bottom: 6px;
}
.pb-7 {
  padding-bottom: 7px;
}
.pb-8 {
  padding-bottom: 8px;
}
.pb-9 {
  padding-bottom: 9px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-12 {
  padding-bottom: 12px;
}
.pb-14 {
  padding-bottom: 14px;
}
.pb-16 {
  padding-bottom: 16px;
}
.pb-18 {
  padding-bottom: 18px;
}
.pb-20 {
  padding-bottom: 20px;
}
.pb-22 {
  padding-bottom: 22px;
}
.pb-24 {
  padding-bottom: 24px;
}
.pb-26 {
  padding-bottom: 26px;
}
.pb-28 {
  padding-bottom: 28px;
}
.pb-30 {
  padding-bottom: 30px;
}
.pb-32 {
  padding-bottom: 32px;
}
.pb-34 {
  padding-bottom: 34px;
}
.pb-36 {
  padding-bottom: 36px;
}
.pb-38 {
  padding-bottom: 38px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-42 {
  padding-bottom: 42px;
}
.pb-44 {
  padding-bottom: 44px;
}
.pb-46 {
  padding-bottom: 46px;
}
.pb-48 {
  padding-bottom: 48px;
}
.pb-50 {
  padding-bottom: 50px;
}
.pb-60 {
  padding-bottom: 60px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pb-90 {
  padding-bottom: 90px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pl-1 {
  padding-left: 1px;
}
.pl-3 {
  padding-left: 3px;
}
.pl-4 {
  padding-left: 4px;
}
.pl-5 {
  padding-left: 5px;
}
.pl-6 {
  padding-left: 6px;
}
.pl-7 {
  padding-left: 7px;
}
.pl-8 {
  padding-left: 8px;
}
.pl-9 {
  padding-left: 9px;
}
.pl-10 {
  padding-left: 10px;
}
.pl-12 {
  padding-left: 12px;
}
.pl-14 {
  padding-left: 14px;
}
.pl-16 {
  padding-left: 16px;
}
.pl-18 {
  padding-left: 18px;
}
.pl-20 {
  padding-left: 20px;
}
.pl-22 {
  padding-left: 22px;
}
.pl-24 {
  padding-left: 24px;
}
.pl-26 {
  padding-left: 26px;
}
.pl-28 {
  padding-left: 28px;
}
.pl-30 {
  padding-left: 30px;
}
.pl-32 {
  padding-left: 32px;
}
.pl-34 {
  padding-left: 34px;
}
.pl-36 {
  padding-left: 36px;
}
.pl-38 {
  padding-left: 38px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-42 {
  padding-left: 42px;
}
.pl-44 {
  padding-left: 44px;
}
.pl-46 {
  padding-left: 46px;
}
.pl-48 {
  padding-left: 48px;
}
.pl-50 {
  padding-left: 50px;
}
.pl-60 {
  padding-left: 60px;
}
.pl-70 {
  padding-left: 70px;
}
.pl-80 {
  padding-left: 80px;
}
.pl-90 {
  padding-left: 90px;
}
.pl-100 {
  padding-left: 100px;
}
.pr-1 {
  padding-right: 1px;
}
.pr-3 {
  padding-right: 3px;
}
.pr-4 {
  padding-right: 4px;
}
.pr-5 {
  padding-right: 5px;
}
.pr-6 {
  padding-right: 6px;
}
.pr-7 {
  padding-right: 7px;
}
.pr-8 {
  padding-right: 8px;
}
.pr-9 {
  padding-right: 9px;
}
.pr-10 {
  padding-right: 10px;
}
.pr-12 {
  padding-right: 12px;
}
.pr-14 {
  padding-right: 14px;
}
.pr-16 {
  padding-right: 16px;
}
.pr-18 {
  padding-right: 18px;
}
.pr-20 {
  padding-right: 20px;
}
.pr-22 {
  padding-right: 22px;
}
.pr-24 {
  padding-right: 24px;
}
.pr-26 {
  padding-right: 26px;
}
.pr-28 {
  padding-right: 28px;
}
.pr-30 {
  padding-right: 30px;
}
.pr-32 {
  padding-right: 32px;
}
.pr-34 {
  padding-right: 34px;
}
.pr-36 {
  padding-right: 36px;
}
.pr-38 {
  padding-right: 38px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-42 {
  padding-right: 42px;
}
.pr-44 {
  padding-right: 44px;
}
.pr-46 {
  padding-right: 46px;
}
.pr-48 {
  padding-right: 48px;
}
.pr-50 {
  padding-right: 50px;
}
.pr-60 {
  padding-right: 60px;
}
.pr-70 {
  padding-right: 70px;
}
.pr-80 {
  padding-right: 80px;
}
.pr-90 {
  padding-right: 90px;
}
.pr-100 {
  padding-right: 100px;
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 80px;
  }
  .f-60 {
    font-size: 58px;
  }
  .f-50 {
    font-size: 42px;
  }
  .f-48 {
    font-size: 46px;
  }
  .f-46 {
    font-size: 44px;
  }
  .f-44 {
    font-size: 42px;
  }
  .f-42 {
    font-size: 40px;
  }
  .f-40 {
    font-size: 38px;
  }
  .f-38 {
    font-size: 36px;
  }
  .f-36 {
    font-size: 34px;
  }
  .f-34 {
    font-size: 32px;
  }
  .f-32 {
    font-size: 30px;
  }
  .f-30 {
    font-size: 28px;
  }
  .f-28 {
    font-size: 24px;
  }
  .f-26 {
    font-size: 24px;
  }
  .f-24 {
    font-size: 22px;
  }
  .f-22 {
    font-size: 20px;
  }
  .f-20 {
    font-size: 18px;
  }
  .f-18 {
    font-size: 18px;
  }
  .f-16 {
    font-size: 16px;
  }
  .f-14 {
    font-size: 12px;
  }
  .f-12 {
    font-size: 12px;
  }
}
@media screen and (max-width: 1366px) {
  html {
    font-size: 80px;
  }
  a,
  span,
  li,
  b,
  i,
  label,
  p,
  strong,
  div,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  small,
  em,
  li,
  pre,
  form,
  fieldset,
  legend,
  button,
  input,
  textarea,
  th,
  td {
    font-size: 14px;
  }
  .f-60 {
    font-size: 52px;
  }
  .f-50 {
    font-size: 48px;
  }
  .f-48 {
    font-size: 46px;
  }
  .f-46 {
    font-size: 44px;
  }
  .f-44 {
    font-size: 42px;
  }
  .f-42 {
    font-size: 40px;
  }
  .f-40 {
    font-size: 30px;
  }
  .f-38 {
    font-size: 36px;
  }
  .f-36 {
    font-size: 34px;
  }
  .f-34 {
    font-size: 32px;
  }
  .f-32 {
    font-size: 30px;
  }
  .f-30 {
    font-size: 28px;
  }
  .f-28 {
    font-size: 24px;
  }
  .f-26 {
    font-size: 24px;
  }
  .f-24 {
    font-size: 22px;
  }
  .f-22 {
    font-size: 20px;
  }
  .f-20 {
    font-size: 18px;
  }
  .f-18 {
    font-size: 16px;
  }
  .f-16 {
    font-size: 14px;
  }
  .f-14 {
    font-size: 12px;
  }
  .f-12 {
    font-size: 12px;
  }
  p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1290px) {
  html {
    font-size: 65px;
  }
  .f-70 {
    font-size: 45px;
  }
  .f-60 {
    font-size: 40px;
  }
  .f-50 {
    font-size: 34px;
  }
  .f-48 {
    font-size: 32px;
  }
  .f-46 {
    font-size: 30px;
  }
  .f-44 {
    font-size: 28px;
  }
  .f-42 {
    font-size: 26px;
  }
  .f-40 {
    font-size: 24px;
  }
  .f-38 {
    font-size: 22px;
  }
  .f-36 {
    font-size: 20px;
  }
  .f-34 {
    font-size: 20px;
  }
  .f-32 {
    font-size: 18px;
  }
  .f-30 {
    font-size: 18px;
  }
  .f-28 {
    font-size: 16px;
  }
  .f-26 {
    font-size: 16px;
  }
  .f-24 {
    font-size: 16px;
  }
  .f-22 {
    font-size: 14px;
  }
  .f-20 {
    font-size: 13px;
  }
  .f-18 {
    font-size: 13px;
  }
  .f-16 {
    font-size: 12px;
  }
  .f-14 {
    font-size: 12px;
  }
  .f-12 {
    font-size: 12px;
  }
  p {
    font-size: 14px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 50px;
  }
  p {
    font-size: 13px;
    line-height: 160%;
  }
  small,
  span {
    font-size: 13px;
  }
  .f-80 {
    font-size: 28px;
  }
  .f-72 {
    font-size: 26px;
  }
  .f-70 {
    font-size: 26px;
  }
  .f-60 {
    font-size: 24px;
  }
  .f-50 {
    font-size: 24px;
  }
  .f-48 {
    font-size: 24px;
  }
  .f-46 {
    font-size: 22px;
  }
  .f-44 {
    font-size: 22px;
  }
  .f-42 {
    font-size: 20px;
  }
  .f-40 {
    font-size: 20px;
  }
  .f-38 {
    font-size: 18px;
  }
  .f-36 {
    font-size: 18px;
  }
  .f-34 {
    font-size: 18px;
  }
  .f-32 {
    font-size: 16px;
  }
  .f-30 {
    font-size: 16px;
  }
  .f-28 {
    font-size: 16px;
  }
  .f-26 {
    font-size: 16px;
  }
  .f-24 {
    font-size: 16px;
  }
  .f-22 {
    font-size: 16px;
  }
  .f-20 {
    font-size: 16px;
  }
  .f-18 {
    font-size: 14px;
  }
  .f-16 {
    font-size: 14px;
  }
  .f-14 {
    font-size: 12px;
  }
  .f-12 {
    font-size: 12px;
  }
  .mt-1 {
    margin-top: 1px;
  }
  .mt-3 {
    margin-top: 3px;
  }
  .mt-4 {
    margin-top: 4px;
  }
  .mt-5 {
    margin-top: 4px;
  }
  .mt-6 {
    margin-top: 4px;
  }
  .mt-7 {
    margin-top: 4px;
  }
  .mt-8 {
    margin-top: 4px;
  }
  .mt-9 {
    margin-top: 4px;
  }
  .mt-10 {
    margin-top: 6px;
  }
  .mt-12 {
    margin-top: 6px;
  }
  .mt-14 {
    margin-top: 6px;
  }
  .mt-16 {
    margin-top: 6px;
  }
  .mt-18 {
    margin-top: 6px;
  }
  .mt-20 {
    margin-top: 8px;
  }
  .mt-22 {
    margin-top: 8px;
  }
  .mt-24 {
    margin-top: 8px;
  }
  .mt-26 {
    margin-top: 8px;
  }
  .mt-28 {
    margin-top: 10px;
  }
  .mt-30 {
    margin-top: 10px;
  }
  .mt-32 {
    margin-top: 10px;
  }
  .mt-34 {
    margin-top: 10px;
  }
  .mt-36 {
    margin-top: 12px;
  }
  .mt-38 {
    margin-top: 12px;
  }
  .mt-40 {
    margin-top: 12px;
  }
  .mt-42 {
    margin-top: 14px;
  }
  .mt-44 {
    margin-top: 14px;
  }
  .mt-46 {
    margin-top: 16px;
  }
  .mt-48 {
    margin-top: 16px;
  }
  .mt-50 {
    margin-top: 18px;
  }
  .mt-60 {
    margin-top: 18px;
  }
  .mt-70 {
    margin-top: 20px;
  }
  .mt-80 {
    margin-top: 22px;
  }
  .mt-90 {
    margin-top: 26px;
  }
  .mt-100 {
    margin-top: 30px;
  }
  .mb-1 {
    margin-bottom: 1px;
  }
  .mb-3 {
    margin-bottom: 3px;
  }
  .mb-4 {
    margin-bottom: 4px;
  }
  .mb-5 {
    margin-bottom: 4px;
  }
  .mb-6 {
    margin-bottom: 4px;
  }
  .mb-7 {
    margin-bottom: 4px;
  }
  .mb-8 {
    margin-bottom: 4px;
  }
  .mb-9 {
    margin-bottom: 4px;
  }
  .mb-10 {
    margin-bottom: 6px;
  }
  .mb-12 {
    margin-bottom: 6px;
  }
  .mb-14 {
    margin-bottom: 6px;
  }
  .mb-16 {
    margin-bottom: 6px;
  }
  .mb-18 {
    margin-bottom: 6px;
  }
  .mb-20 {
    margin-bottom: 8px;
  }
  .mb-22 {
    margin-bottom: 8px;
  }
  .mb-24 {
    margin-bottom: 8px;
  }
  .mb-26 {
    margin-bottom: 8px;
  }
  .mb-28 {
    margin-bottom: 10px;
  }
  .mb-30 {
    margin-bottom: 10px;
  }
  .mb-32 {
    margin-bottom: 10px;
  }
  .mb-34 {
    margin-bottom: 10px;
  }
  .mb-36 {
    margin-bottom: 12px;
  }
  .mb-38 {
    margin-bottom: 12px;
  }
  .mb-40 {
    margin-bottom: 12px;
  }
  .mb-42 {
    margin-bottom: 14px;
  }
  .mb-44 {
    margin-bottom: 14px;
  }
  .mb-46 {
    margin-bottom: 16px;
  }
  .mb-48 {
    margin-bottom: 16px;
  }
  .mb-50 {
    margin-bottom: 18px;
  }
  .mb-60 {
    margin-bottom: 18px;
  }
  .mb-70 {
    margin-bottom: 20px;
  }
  .mb-80 {
    margin-bottom: 22px;
  }
  .mb-90 {
    margin-bottom: 26px;
  }
  .mb-100 {
    margin-bottom: 30px;
  }
  .ml-1 {
    margin-left: 1px;
  }
  .ml-3 {
    margin-left: 3px;
  }
  .ml-4 {
    margin-left: 4px;
  }
  .ml-5 {
    margin-left: 4px;
  }
  .ml-6 {
    margin-left: 4px;
  }
  .ml-7 {
    margin-left: 4px;
  }
  .ml-8 {
    margin-left: 4px;
  }
  .ml-9 {
    margin-left: 4px;
  }
  .ml-10 {
    margin-left: 6px;
  }
  .ml-12 {
    margin-left: 6px;
  }
  .ml-14 {
    margin-left: 6px;
  }
  .ml-16 {
    margin-left: 6px;
  }
  .ml-18 {
    margin-left: 6px;
  }
  .ml-20 {
    margin-left: 8px;
  }
  .ml-22 {
    margin-left: 8px;
  }
  .ml-24 {
    margin-left: 8px;
  }
  .ml-26 {
    margin-left: 8px;
  }
  .ml-28 {
    margin-left: 10px;
  }
  .ml-30 {
    margin-left: 10px;
  }
  .ml-32 {
    margin-left: 10px;
  }
  .ml-34 {
    margin-left: 10px;
  }
  .ml-36 {
    margin-left: 12px;
  }
  .ml-38 {
    margin-left: 12px;
  }
  .ml-40 {
    margin-left: 12px;
  }
  .ml-42 {
    margin-left: 14px;
  }
  .ml-44 {
    margin-left: 14px;
  }
  .ml-46 {
    margin-left: 16px;
  }
  .ml-48 {
    margin-left: 16px;
  }
  .ml-50 {
    margin-left: 18px;
  }
  .ml-60 {
    margin-left: 18px;
  }
  .ml-70 {
    margin-left: 20px;
  }
  .ml-80 {
    margin-left: 22px;
  }
  .ml-90 {
    margin-left: 26px;
  }
  .ml-100 {
    margin-left: 30px;
  }
  .mr-1 {
    margin-right: 1px;
  }
  .mr-3 {
    margin-right: 3px;
  }
  .mr-4 {
    margin-right: 4px;
  }
  .mr-5 {
    margin-right: 4px;
  }
  .mr-6 {
    margin-right: 4px;
  }
  .mr-7 {
    margin-right: 4px;
  }
  .mr-8 {
    margin-right: 4px;
  }
  .mr-9 {
    margin-right: 4px;
  }
  .mr-10 {
    margin-right: 6px;
  }
  .mr-12 {
    margin-right: 6px;
  }
  .mr-14 {
    margin-right: 6px;
  }
  .mr-16 {
    margin-right: 6px;
  }
  .mr-18 {
    margin-right: 6px;
  }
  .mr-20 {
    margin-right: 8px;
  }
  .mr-22 {
    margin-right: 8px;
  }
  .mr-24 {
    margin-right: 8px;
  }
  .mr-26 {
    margin-right: 8px;
  }
  .mr-28 {
    margin-right: 10px;
  }
  .mr-30 {
    margin-right: 10px;
  }
  .mr-32 {
    margin-right: 10px;
  }
  .mr-34 {
    margin-right: 10px;
  }
  .mr-36 {
    margin-right: 12px;
  }
  .mr-38 {
    margin-right: 12px;
  }
  .mr-40 {
    margin-right: 12px;
  }
  .mr-42 {
    margin-right: 14px;
  }
  .mr-44 {
    margin-right: 14px;
  }
  .mr-46 {
    margin-right: 16px;
  }
  .mr-48 {
    margin-right: 16px;
  }
  .mr-50 {
    margin-right: 18px;
  }
  .mr-60 {
    margin-right: 18px;
  }
  .mr-70 {
    margin-right: 20px;
  }
  .mr-80 {
    margin-right: 22px;
  }
  .mr-90 {
    margin-right: 26px;
  }
  .mr-100 {
    margin-right: 30px;
  }
  .pt-1 {
    padding-top: 1px;
  }
  .pt-3 {
    padding-top: 3px;
  }
  .pt-4 {
    padding-top: 4px;
  }
  .pt-5 {
    padding-top: 4px;
  }
  .pt-6 {
    padding-top: 4px;
  }
  .pt-7 {
    padding-top: 4px;
  }
  .pt-8 {
    padding-top: 4px;
  }
  .pt-9 {
    padding-top: 4px;
  }
  .pt-10 {
    padding-top: 6px;
  }
  .pt-12 {
    padding-top: 6px;
  }
  .pt-14 {
    padding-top: 6px;
  }
  .pt-16 {
    padding-top: 6px;
  }
  .pt-18 {
    padding-top: 6px;
  }
  .pt-20 {
    padding-top: 8px;
  }
  .pt-22 {
    padding-top: 8px;
  }
  .pt-24 {
    padding-top: 8px;
  }
  .pt-26 {
    padding-top: 8px;
  }
  .pt-28 {
    padding-top: 10px;
  }
  .pt-30 {
    padding-top: 10px;
  }
  .pt-32 {
    padding-top: 10px;
  }
  .pt-34 {
    padding-top: 10px;
  }
  .pt-36 {
    padding-top: 12px;
  }
  .pt-38 {
    padding-top: 12px;
  }
  .pt-40 {
    padding-top: 12px;
  }
  .pt-42 {
    padding-top: 14px;
  }
  .pt-44 {
    padding-top: 14px;
  }
  .pt-46 {
    padding-top: 16px;
  }
  .pt-48 {
    padding-top: 16px;
  }
  .pt-50 {
    padding-top: 18px;
  }
  .pt-60 {
    padding-top: 18px;
  }
  .pt-70 {
    padding-top: 20px;
  }
  .pt-80 {
    padding-top: 22px;
  }
  .pt-90 {
    padding-top: 26px;
  }
  .pt-100 {
    padding-top: 30px;
  }
  .pb-1 {
    padding-bottom: 1px;
  }
  .pb-3 {
    padding-bottom: 3px;
  }
  .pb-4 {
    padding-bottom: 4px;
  }
  .pb-5 {
    padding-bottom: 4px;
  }
  .pb-6 {
    padding-bottom: 4px;
  }
  .pb-7 {
    padding-bottom: 4px;
  }
  .pb-8 {
    padding-bottom: 4px;
  }
  .pb-9 {
    padding-bottom: 4px;
  }
  .pb-10 {
    padding-bottom: 6px;
  }
  .pb-12 {
    padding-bottom: 6px;
  }
  .pb-14 {
    padding-bottom: 6px;
  }
  .pb-16 {
    padding-bottom: 6px;
  }
  .pb-18 {
    padding-bottom: 6px;
  }
  .pb-20 {
    padding-bottom: 8px;
  }
  .pb-22 {
    padding-bottom: 8px;
  }
  .pb-24 {
    padding-bottom: 8px;
  }
  .pb-26 {
    padding-bottom: 8px;
  }
  .pb-28 {
    padding-bottom: 10px;
  }
  .pb-30 {
    padding-bottom: 10px;
  }
  .pb-32 {
    padding-bottom: 10px;
  }
  .pb-34 {
    padding-bottom: 10px;
  }
  .pb-36 {
    padding-bottom: 12px;
  }
  .pb-38 {
    padding-bottom: 12px;
  }
  .pb-40 {
    padding-bottom: 12px;
  }
  .pb-42 {
    padding-bottom: 14px;
  }
  .pb-44 {
    padding-bottom: 14px;
  }
  .pb-46 {
    padding-bottom: 16px;
  }
  .pb-48 {
    padding-bottom: 16px;
  }
  .pb-50 {
    padding-bottom: 18px;
  }
  .pb-60 {
    padding-bottom: 18px;
  }
  .pb-70 {
    padding-bottom: 20px;
  }
  .pb-80 {
    padding-bottom: 22px;
  }
  .pb-90 {
    padding-bottom: 26px;
  }
  .pb-100 {
    padding-bottom: 30px;
  }
  .pl-1 {
    padding-left: 1px;
  }
  .pl-3 {
    padding-left: 3px;
  }
  .pl-4 {
    padding-left: 4px;
  }
  .pl-5 {
    padding-left: 4px;
  }
  .pl-6 {
    padding-left: 4px;
  }
  .pl-7 {
    padding-left: 4px;
  }
  .pl-8 {
    padding-left: 4px;
  }
  .pl-9 {
    padding-left: 4px;
  }
  .pl-10 {
    padding-left: 6px;
  }
  .pl-12 {
    padding-left: 6px;
  }
  .pl-14 {
    padding-left: 6px;
  }
  .pl-16 {
    padding-left: 6px;
  }
  .pl-18 {
    padding-left: 6px;
  }
  .pl-20 {
    padding-left: 8px;
  }
  .pl-22 {
    padding-left: 8px;
  }
  .pl-24 {
    padding-left: 8px;
  }
  .pl-26 {
    padding-left: 8px;
  }
  .pl-28 {
    padding-left: 10px;
  }
  .pl-30 {
    padding-left: 10px;
  }
  .pl-32 {
    padding-left: 10px;
  }
  .pl-34 {
    padding-left: 10px;
  }
  .pl-36 {
    padding-left: 12px;
  }
  .pl-38 {
    padding-left: 12px;
  }
  .pl-40 {
    padding-left: 12px;
  }
  .pl-42 {
    padding-left: 14px;
  }
  .pl-44 {
    padding-left: 14px;
  }
  .pl-46 {
    padding-left: 16px;
  }
  .pl-48 {
    padding-left: 16px;
  }
  .pl-50 {
    padding-left: 18px;
  }
  .pl-60 {
    padding-left: 18px;
  }
  .pl-70 {
    padding-left: 20px;
  }
  .pl-80 {
    padding-left: 22px;
  }
  .pl-90 {
    padding-left: 26px;
  }
  .pl-100 {
    padding-left: 30px;
  }
  .pr-1 {
    padding-right: 1px;
  }
  .pr-3 {
    padding-right: 3px;
  }
  .pr-4 {
    padding-right: 4px;
  }
  .pr-5 {
    padding-right: 4px;
  }
  .pr-6 {
    padding-right: 4px;
  }
  .pr-7 {
    padding-right: 4px;
  }
  .pr-8 {
    padding-right: 4px;
  }
  .pr-9 {
    padding-right: 4px;
  }
  .pr-10 {
    padding-right: 6px;
  }
  .pr-12 {
    padding-right: 6px;
  }
  .pr-14 {
    padding-right: 6px;
  }
  .pr-16 {
    padding-right: 6px;
  }
  .pr-18 {
    padding-right: 6px;
  }
  .pr-20 {
    padding-right: 8px;
  }
  .pr-22 {
    padding-right: 8px;
  }
  .pr-24 {
    padding-right: 8px;
  }
  .pr-26 {
    padding-right: 8px;
  }
  .pr-28 {
    padding-right: 10px;
  }
  .pr-30 {
    padding-right: 10px;
  }
  .pr-32 {
    padding-right: 10px;
  }
  .pr-34 {
    padding-right: 10px;
  }
  .pr-36 {
    padding-right: 12px;
  }
  .pr-38 {
    padding-right: 12px;
  }
  .pr-40 {
    padding-right: 12px;
  }
  .pr-42 {
    padding-right: 14px;
  }
  .pr-44 {
    padding-right: 14px;
  }
  .pr-46 {
    padding-right: 16px;
  }
  .pr-48 {
    padding-right: 16px;
  }
  .pr-50 {
    padding-right: 18px;
  }
  .pr-60 {
    padding-right: 18px;
  }
  .pr-70 {
    padding-right: 20px;
  }
  .pr-80 {
    padding-right: 22px;
  }
  .pr-90 {
    padding-right: 26px;
  }
  .pr-100 {
    padding-right: 30px;
  }
}
/*animate补充动画*/
@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftSmall {
  animation-name: fadeInLeftSmall;
}
@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    transform: translate3d(10px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightSmall {
  animation-name: fadeInRightSmall;
}
@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, -10px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownSmall {
  animation-name: fadeInDownSmall;
}
@keyframes fadeOutDownSmall {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translate3d(0%, 10px, 0);
  }
}
.fadeOutDownSmall {
  animation-name: fadeOutDownSmall;
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, 10px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpSmall {
  animation-name: fadeInUpSmall;
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}
.scaleIn {
  animation-name: scaleIn;
}
h2,
h3,
h4 {
  font-weight: bold;
}
/*全站的弹窗样式*/
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bounceOut {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 1;
    transform: scale(0);
  }
}
@keyframes bounceInOut {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  15% {
    opacity: 1;
    transform: scale(1);
  }
  85% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0);
  }
}
.sharonTips {
  animation-fill-mode: both;
  animation-duration: .3s;
  z-index: 19910119;
  width: 260px;
  position: fixed;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  -webkit-background-clip: content;
  box-shadow: 1px 1px 50px rgba(0, 0, 0, 0.3);
  left: 50%;
  top: 50%;
  margin-left: -130px;
  font-size: 14px;
}
.sharonTips-shade {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 19910116;
  background-color: #000;
  opacity: 0.3;
}
/*弹窗的动画行为*/
.anim-bounceIn {
  animation-name: bounceIn;
}
.anim-bounceOut {
  animation-name: bounceOut;
}
.anim-bounceInOut {
  animation-name: bounceInOut;
  animation-duration: 2.4s;
}
/*弹窗的样式*/
.sharonTips-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  width: auto;
  padding: 15px 30px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 19910120;
}
.sharonTips-prompt input {
  width: 100%;
  height: 30px;
  line-height: 30px;
}
.sharonTips-title {
  padding: 0 80px 0 20px;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  background-color: #F8F8F8;
}
.sharonTips-content {
  position: relative;
  padding: 20px;
  line-height: 24px;
  word-break: break-all;
  font-size: 14px;
  overflow-y: auto;
}
.sharonTips-closeBtn {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 0;
  line-height: initial;
}
.sharonTips-closeBtn a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  font-size: 12px;
  background: url('images/sharonTips-icon.png') 0 -40px no-repeat;
}
.sharonTips-btn {
  text-align: right;
  padding: 0 10px 12px;
  pointer-events: auto;
  user-select: none;
}
.sharonTips-btn a {
  height: 28px;
  line-height: 28px;
  margin: 0 6px;
  padding: 0 15px;
  border: 1px solid #dedede;
  background-color: #f1f1f1;
  color: #333;
  border-radius: 2px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
}
.sharonTips-btn a.yesBtn {
  border-color: #4898d5;
  background-color: #2e8ded;
  color: #fff;
}
/*页面结构*/
.cursor_box {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  pointer-events: none;
  mix-blend-mode: difference;
}
.cursor_box .c1 {
  position: fixed;
  width: 10px;
  height: 10px;
  left: -5px;
  top: -5px;
  z-index: 11000;
}
.cursor_box .c1:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
.cursor_box .c1.t1:after {
  transform: scale(2);
  background-color: rgba(0, 65, 192, 0.5);
}
.cursor_box .c1.t3:after {
  transform: scale(4);
  background-color: #fff;
}
.cursor_box .c1.t2:after {
  background-color: #eeba41;
}
.cursor_box .c1.t2 + .cursor .c2 {
  border-color: #fff;
}
.cursor_box .c1.t4 + .cursor .c2 {
  border-color: #fff;
}
#toTop_ {
  position: fixed;
  bottom: 6vw;
  right: 2vw;
  z-index: 2000;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#toTop_ img {
  width: 30px;
}
@media screen and (max-width: 800px) {
  #toTop_ img {
    width: 24px;
  }
}
#toTop_:hover {
  opacity: 1;
}
#toTop_.on {
  opacity: 0.8;
  pointer-events: auto;
}
.lf {
  position: fixed;
  pointer-events: none;
  opacity: 0;
  left: 0;
  top: 0;
}
#bloc header {
  position: fixed;
  width: 100%;
  height: 0.9rem;
  z-index: 9000;
  /* 手机端菜单 */
}
#bloc header nav.pc-nav {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding: 0 58px;
  z-index: 10;
  height: 0.9rem;
}
#bloc header nav.pc-nav .logo_ {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 145px;
  height: 0.5rem;
}
#bloc header nav.pc-nav .nav_ {
  position: absolute;
  height: 100%;
  right: 145px;
  top: 0;
  padding-bottom: 12px;
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#bloc header nav.pc-nav .nav_ .item_ {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  width: 52vw;
  justify-content: space-between;
  align-items: center;
}
#bloc header nav.pc-nav .nav_ .item_ > li {
  opacity: 0.7;
  transition: all 0.4s ease;
}
#bloc header nav.pc-nav .nav_ .item_ > li > a {
  text-decoration: none;
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.2em;
}
#bloc header nav.pc-nav .nav_ .item_ > li:hover {
  opacity: 1;
}
#bloc header nav.pc-nav .nav_ .item_ > li:last-child {
  margin-right: 0;
}
#bloc header nav.pc-nav .nav_ .item_ > li.active {
  opacity: 1;
}
#bloc header nav.pc-nav .nav_ .line {
  height: 2px;
  position: absolute;
  bottom: 0;
  margin: 10px 0 0 0;
  background: #fff;
}
#bloc header #menu {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
}
#bloc header #menu > a {
  height: 26%;
  display: inline-block;
}
#bloc header #menu .logo_app {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0.5rem;
}
#bloc header #menu .rr {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#bloc header #menu .rr .menubtn {
  font-size: 36px;
  color: #fff;
  height: 40px;
  line-height: 34px;
}
#bloc header nav.app-nav {
  position: fixed;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
#bloc header nav.app-nav .top {
  box-sizing: border-box;
  height: 50px;
  position: relative;
  width: 100%;
  padding: 0 22px;
  background: #000;
  border-bottom: 1px solid #eaeaea;
}
#bloc header nav.app-nav .top h2 {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  display: none;
  color: #fff;
}
#bloc header nav.app-nav .top .go-back {
  position: absolute;
  height: 20px;
  line-height: 20px;
  color: #fff;
  left: 20px;
  font-size: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
}
#bloc header nav.app-nav .top .go-close {
  position: absolute;
  font-size: 26px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#bloc header nav.app-nav .mid {
  position: relative;
  height: calc(100% - 50px);
  width: 200%;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
#bloc header nav.app-nav .mid .col {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  left: 0;
}
#bloc header nav.app-nav .mid .col .nav_down {
  width: 100%;
  position: relative;
}
#bloc header nav.app-nav .mid .col .nav_down li {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  padding: 0 40px 0 20px;
  font-size: 16px;
}
#bloc header nav.app-nav .mid .col .nav_down li > a {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  width: 100%;
  padding: 15px 0;
}
#bloc header nav.app-nav .mid .col .nav_down li > i {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  right: 20px;
  position: absolute;
  width: 20px;
  text-align: center;
  height: 20px;
  line-height: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
#bloc header nav.app-nav .mid .col .nav_down li:after {
  content: "";
  transition: all 0.5s ease-in-out;
  position: absolute;
  width: 0%;
  left: 0;
  bottom: 0;
  height: 2px;
  background: transparent;
}
#bloc header nav.app-nav .mid .col .nav_down li.on {
  background: #f3f3f3;
}
#bloc header nav.app-nav .mid .col .nav_down li.on:after {
  width: 100%;
  background: #00a0e9;
}
#bloc header nav.app-nav .mid .col .nav_down li.on > a {
  color: #00a0e9;
}
#bloc header nav.app-nav .mid .col .nav_down li.on > i {
  color: #00a0e9;
}
#bloc header nav.app-nav .mid .col .nav_down li:hover {
  background: #f3f3f3;
}
#bloc header nav.app-nav .mid .col .nav_down li:hover:after {
  width: 100%;
  background: #00a0e9;
}
#bloc header nav.app-nav .mid .col .nav_down li:hover > a {
  color: #00a0e9;
}
#bloc header nav.app-nav .mid .col .nav_down li:hover > i {
  color: #00a0e9;
}
#bloc header nav.app-nav .mid .col:nth-of-type(1) {
  width: 50%;
  background-color: #ffffff;
}
#bloc header nav.app-nav .mid .col:nth-of-type(2) {
  width: 50%;
  background-color: #fff;
  left: 50%;
  top: 0;
  min-height: 255px;
}
#bloc header nav.app-nav .mid .col:nth-of-type(2) .nav_down li.on,
#bloc header nav.app-nav .mid .col:nth-of-type(2) .nav_down li:hover {
  background-color: #f3f3f3;
}
#bloc header nav.app-nav .mid .col:nth-of-type(2) .sub {
  display: none;
  position: relative;
  width: 100%;
  padding: 10px 20px;
  background: #f3f3f3;
}
#bloc header nav.app-nav .mid .col:nth-of-type(2) .sub > a {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}
#bloc header nav.app-nav .mid.on {
  transform: translateX(-100vw);
}
#bloc header .nav_child {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 0.9rem;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
}
#bloc header .nav_child .nav_wrap {
  position: relative;
  width: 100%;
  padding: 0 58px;
  height: 0px;
  transition: all 0.3s cubic-bezier(0.7, 0.01, 0.3, 1);
}
#bloc header .nav_child .nav_wrap .nav_items {
  position: absolute;
  height: 100%;
  right: 140px;
  top: 0;
  padding-bottom: 12px;
  padding-top: 12px;
  display: none;
  align-items: flex-start;
  justify-content: flex-start;
}
#bloc header .nav_child .nav_wrap .nav_items > ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  width: 54vw;
  justify-content: space-between;
  align-items: center;
}
#bloc header .nav_child .nav_wrap .nav_items > ul > li {
  opacity: 1;
  transition: all 0.4s ease;
  position: relative;
}
#bloc header .nav_child .nav_wrap .nav_items > ul > li > a {
  text-decoration: none;
  color: #fff;
  pointer-events: none;
  padding: 10px;
  white-space: nowrap;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  letter-spacing: 0.2em;
  opacity: 0;
}
#bloc header .nav_child .nav_wrap .nav_items > ul > li > ol {
  position: absolute;
  top: 0;
  left: 0;
}
#bloc header .nav_child .nav_wrap .nav_items > ul > li > ol > li {
  height: 32px;
  line-height: 32px;
  text-align: left;
}
#bloc header .nav_child .nav_wrap .nav_items > ul > li > ol > li > a {
  padding: 10px;
  color: #fff;
  white-space: nowrap;
  font-weight: 100;
  opacity: 0.7;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#bloc header .nav_child .nav_wrap .nav_items > ul > li > ol > li > a:hover {
  opacity: 1;
}
#bloc header .nav_child .nav_wrap .nav_items > ul > li:last-child {
  margin-right: 0;
}
#bloc header .nav_child .nav_wrap .nav_items > ul > li.active {
  opacity: 1;
}
#bloc header .nav_child.on .nav_wrap {
  height: 275px;
}
#bloc header .nav_child.on .nav_wrap .nav_items {
  display: flex;
}
#bloc #mask {
  position: fixed;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  top: 0;
  left: 0;
  z-index: 6;
  overflow: hidden;
}
#bloc #mask .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#bloc #mask:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.1;
}
#bloc footer {
  position: fixed;
  opacity: 0;
  animation-delay: 1s;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 2;
  background-color: #202020;
}
#bloc footer .fMain {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3.4vw;
  padding-bottom: 3vw;
}
#bloc footer .fMain .col:nth-of-type(1) > img {
  width: 15vw;
}
#bloc footer .fMain .col:nth-of-type(1) .ma-box {
  width: 100%;
  margin-top: 40px;
}
#bloc footer .fMain .col:nth-of-type(1) .ma-box .inter {
  margin-right: 18px;
}
#bloc footer .fMain .col:nth-of-type(1) .ma-box .inter .items .shadow > img {
  width: 115px;
}
#bloc footer .fMain .col:nth-of-type(2) {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}
#bloc footer .fMain .col:nth-of-type(2) .box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 4px 0;
}
#bloc footer .fMain .col:nth-of-type(2) .box > h3 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-right: 32px;
}
#bloc footer .fMain .col:nth-of-type(2) .box > a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  padding: 0px 6px;
  flex-basis: 12%;
  margin-right: 4px;
  display: block;
  padding-left: 0.12rem;
}
#bloc footer .fBtm {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#bloc footer .fBtm .max-wid {
  /*display: flex;*/
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
#bloc footer .fBtm .max-wid > a {
  color: rgba(255, 255, 255, 0.5);
}
#bloc footer .fBtm .max-wid .ma-box {
  margin-right: 0.2rem;
}
#bloc footer .fBtm .max-wid .ma-box .inter .items .shadow > img {
  width: 1.15rem;
}
#bloc footer.out {
  z-index: 5;
}
#lf {
  display: none;
}
.search-box {
  display: inline-block;
}
.search-box form {
  border: 1px solid #c6c6c6;
  border-radius: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1px 8px;
}
.search-box form .search-con {
  background-color: transparent;
  line-height: 30px;
  border: none;
}
.search-box form .go-search {
  background-color: transparent;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border: none;
}
.btn_ {
  font-size: 18px;
  display: inline-block;
  border: 1px solid #010101;
  border-radius: 50px;
  text-align: center;
  height: 58px;
  line-height: 58px;
  width: 2.2rem;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
.btn_:hover {
  border-color: #00a0e9 !important;
  background-color: #00a0e9;
  color: #fff;
}
.after-inner #top {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 4;
  min-height: 100vh;
}
.after-inner #top .banner {
  padding-top: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: space-around;
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.after-inner #top .banner .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.after-inner #top .banner .topic {
  position: relative;
  z-index: 10;
  width: 100%;
  text-align: center;
}
.after-inner #top .banner .topic #icon_all {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  width: 0.9rem;
}
.after-inner #top .banner .topic #icon_all path {
  stroke: #fff;
  fill: rgba(255, 255, 255, 0);
  stroke-width: 12px;
  transition: fill 0.5s ease-in-out;
}
.after-inner #top .banner .topic #icon_all.on path {
  fill: #fff;
}
.after-inner #top .banner .topic .txt_ {
  margin-top: 3vw;
}
.after-inner #top .banner .topic .txt_ h1 {
  color: #fff;
  line-height: 1;
  margin-top: 1.2vw;
  height: 40px;
}
.after-inner #top .banner .topic .txt_ h1 > span > em {
  font-weight: lighter;
}
.after-inner #top .banner .topic .txt_ small {
  color: #fff;
  line-height: 1;
  height: 40px;
}
.after-inner #top .banner .topic .txt_ small > span {
  margin: 0 10px;
}
.after-inner #top .banner .topic .txt_ small > span > em {
  text-transform: uppercase;
}
.after-inner #top .banner .btm {
  position: relative;
  z-index: 10;
  width: 100%;
}
.after-inner #top .banner .btm .tree {
  height: 1.48rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.after-inner #top .banner .btm .tree > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.after-inner #top .banner .btm .tree > ul > li {
  width: 2.7rem;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 5;
  height: 100%;
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
.after-inner #top .banner .btm .tree > ul > li > i {
  color: #5b5b5b;
  font-size: 36px;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  position: relative;
  z-index: 6;
}
.after-inner #top .banner .btm .tree > ul > li > span.txt_ {
  color: #5b5b5b;
  font-size: 16px;
  position: relative;
  z-index: 6;
  width: 100%;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
.after-inner #top .banner .btm .tree > ul > li.active > i {
  color: #fff;
}
.after-inner #top .banner .btm .tree > ul > li.active > span {
  color: #fff;
}
.after-inner #top .banner .btm .tree > ul > ol {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.after-inner #top .banner .btm .tree > ul > ol > li {
  background-color: #fff;
  position: relative;
  z-index: 3;
  width: 2.7rem;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
  overflow: hidden;
}
.after-inner #top .banner .btm .tree > ul > ol > li:hover,
.after-inner #top .banner .btm .tree > ul > ol > li.on {
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  transition-delay: 0.2s;
}
.after-inner #top .banner .btm .tree > ul > ol > li.active {
  background-color: #fff;
}
.after-inner #top .banner .btm .tree > ul .mask {
  position: absolute;
  height: 100%;
  pointer-events: none;
  left: 0;
  top: 0;
  z-index: 5;
  width: 2.7rem;
  background-color: rgba(102, 102, 102, 0.7);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
.after-inner #top .banner .btm .tree > ul .mask.on {
  opacity: 1;
}
.after-inner #top .banner .btm.scroll-animate {
  opacity: 0;
}
.after-inner #tab_ {
  border-bottom: 3px solid #eaeaea;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  pointer-events: auto;
  box-shadow: 0 -3px 7px rgba(0, 0, 0, 0.08);
}
.after-inner #tab_ > ul {
  height: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 300px;
}
.after-inner #tab_ > ul > li {
  height: 100%;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
.after-inner #tab_ > ul > li > a {
  display: inline-block;
  height: 100%;
  line-height: 0.75rem;
  color: #999999;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
.after-inner #tab_ > ul > li.active {
  font-weight: bold;
}
.after-inner #tab_ > ul > li.active > a {
  color: #00a0e9;
}
.after-inner #tab_ > ul > li:hover > a {
  color: #00a0e9;
}
.after-inner #tab_ .line {
  height: 2px;
  position: absolute;
  bottom: -2px;
  margin: 10px 0 0 0;
  background: #00a0e9;
}
.after-inner #main .row {
  position: relative;
  pointer-events: auto;
  padding: 2vw 0;
  background-color: #fff;
}
.after-inner #main .row .bgBox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}
.after-inner #main .row .bgBox .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.after-inner #main .row .rowMain {
  position: relative;
  z-index: 6;
}
.after-inner #main #r-foot {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
  pointer-events: none;
  opacity: 0;
}
.after-inner #main #r-foot .fMain {
  display: flex;
  justify-content: space-between;
  pointer-events: auto;
  align-items: flex-start;
  padding-top: 3.4vw;
  padding-bottom: 3vw;
}
.after-inner #main #r-foot .fMain .col:nth-of-type(1) > img {
  width: 15vw;
  opacity: 0;
}
.after-inner #main #r-foot .fMain .col:nth-of-type(1) .ma-box {
  width: 100%;
  margin-top: 40px;
}
.after-inner #main #r-foot .fMain .col:nth-of-type(1) .ma-box .inter {
  margin-right: 18px;
}
.after-inner #main #r-foot .fMain .col:nth-of-type(1) .ma-box .inter > a {
  opacity: 0;
}
.after-inner #main #r-foot .fMain .col:nth-of-type(1) .ma-box .inter .items .shadow > img {
  width: 115px;
}
.after-inner #main #r-foot .fMain .col:nth-of-type(2) {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}
.after-inner #main #r-foot .fMain .col:nth-of-type(2) .box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 4px 0;
}
.after-inner #main #r-foot .fMain .col:nth-of-type(2) .box > h3 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-right: 32px;
}
.after-inner #main #r-foot .fMain .col:nth-of-type(2) .box > a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  padding: 0px 6px;
  flex-basis: 12%;
  margin-right: 4px;
  display: block;
  padding-left: 0.12rem;
}
.after-inner #main #r-foot .fBtm {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
}
.after-inner #main #r-foot .fBtm .max-wid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.after-inner #main #r-foot .fBtm .max-wid > a {
  color: rgba(255, 255, 255, 0.5);
}
.after-inner #roll {
  transition: all 0.8s ease-in-out;
}
.after-inner #roll .rowMain {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  align-content: space-around;
}
.after-inner #roll .rowMain .topic {
  width: 100%;
  margin-bottom: 5vw;
}
.after-inner #roll .rowMain .wrap {
  width: 100%;
  min-height: calc(100% - 240px);
}
.after-inner #roll .row {
  min-height: 70vh;
}
.after-inner #roll .row .alan {
  animation-fill-mode: both;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.49, 0.54, 0.16, 1);
}
.after-inner #roll .row .delay-1 {
  animation-delay: 0.1s;
}
.after-inner #roll .row .delay-2 {
  animation-delay: 0.2s;
}
.after-inner #roll .row .delay-3 {
  animation-delay: 0.3s;
}
.after-inner #roll .row .delay-4 {
  animation-delay: 0.4s;
}
.after-inner #roll .row .delay-5 {
  animation-delay: 0.5s;
}
.after-inner #roll .row .delay-6 {
  animation-delay: 0.6s;
}
.after-inner #roll .row .delay-7 {
  animation-delay: 0.7s;
}
.after-inner #roll .row .delay-8 {
  animation-delay: 0.8s;
}
.after-inner #roll .row.on .alan-1 {
  animation-name: fn1;
  animation-duration: 1.2s;
}
.after-inner #roll .row.on .alan-2 {
  animation-name: fn2;
  animation-duration: 1.2s;
}
.after-inner #roll .row.on .alan-3 {
  animation-name: fadeInUpSmall;
  animation-duration: 1s;
}
.after-inner #roll .row.on .alan-4 {
  animation-name: topUpIn;
  animation-duration: 1.5s;
}
.after-inner #roll .row.on .alan-5 {
  animation-name: fadeInUpSmall;
  animation-duration: 1s;
}
.after-inner .roll-items {
  position: fixed;
  right: 0;
  height: 100%;
  width: 60px;
  top: 0;
  z-index: 101;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
.after-inner .roll-items .dot_num {
  width: 100%;
  height: 24px;
  transform: rotate(90deg);
  margin-bottom: 10px;
}
.after-inner .roll-items .dot_num > em {
  color: rgba(0, 0, 0, 0.2);
  display: inline-block;
  height: 24px;
  line-height: 24px;
  font-family: en_b;
}
.after-inner .roll-items .dot_num > em.num_ {
  color: #00a0e9;
}
.after-inner .roll-items > ol {
  width: 23px;
}
.after-inner .roll-items > ol > li {
  width: 22px;
  height: 22px;
  margin: 12px 0;
  position: relative;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  cursor: pointer;
}
.after-inner .roll-items > ol > li svg {
  width: 24px;
  height: 24px;
  transform: translate(-2px, -4px) rotate(-90deg);
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
.after-inner .roll-items > ol > li svg circle {
  stroke-dashoffset: 189px;
  stroke-dasharray: 63px;
  stroke: #2b60c7;
  stroke-width: 2px;
}
.after-inner .roll-items > ol > li:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  line-height: 6px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
}
.after-inner .roll-items > ol > li:before {
  content: attr(data-node);
  position: absolute;
  white-space: nowrap;
  font-size: 12px;
  right: calc(100% + 15px);
  height: 20px;
  line-height: 20px;
  top: 0;
  color: #666666;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
.after-inner .roll-items > ol > li.on {
  border-color: rgba(0, 0, 0, 0.1);
}
.after-inner .roll-items > ol > li.on:after {
  opacity: 0;
}
.after-inner .roll-items > ol > li.on:before {
  opacity: 1;
}
.after-inner .roll-items > ol > li.on svg circle {
  stroke-dashoffset: 126px;
  transition: all 2s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 2s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 2s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 2s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 2s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
.after-inner .roll-items.on {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.8s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.8s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.8s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.8s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.8s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
.after-inner .roll-items.wc .dot_num > em {
  color: rgba(255, 255, 255, 0.2);
}
.after-inner .roll-items.wc .dot_num > em.num_ {
  color: #fff;
}
.after-inner .roll-items.wc > ol > li svg circle {
  stroke: #fff;
}
.after-inner .roll-items.wc > ol > li.on {
  border-color: rgba(255, 255, 255, 0.2);
}
.after-inner .roll-items.wc > ol > li:after {
  background-color: rgba(255, 255, 255, 0.2);
}
.after-inner .roll-items.wc > ol > li:before {
  color: #fff;
}
#home {
  width: 100%;
  min-height: 100vh;
  background-color: #000;
  pointer-events: none;
}
#home #top {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 4;
}
#home #top .banner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home #top .banner .pic {
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
}
#home #top .banner .Tcon {
  width: 92%;
}
#home #top .banner .pageChange {
  bottom: 0px;
  right: 0;
  left: auto;
  flex-direction: column;
  width: 30px;
  align-items: center;
  justify-content: center;
  height: 100%;
}
#home #top .banner .pageChange li {
  border: 1px solid #fff;
  background: transparent;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  margin: 10px 0;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#home #top .banner .pageChange li.on {
  height: 30px;
  background: #fff;
  border-color: #fff;
}
#home #top .banner nav {
  display: none;
}
#home #top .banner nav .movePrev {
  position: absolute;
  left: 3vw;
  width: 0.71rem;
  height: 0.71rem;
  border-radius: 50%;
  line-height: 0.71rem;
  text-align: center;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
}
#home #top .banner nav .movePrev .cir_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#home #top .banner nav .movePrev:hover .cir_bg {
  animation: a 2.5s linear infinite;
}
#home #top .banner nav .moveNext {
  position: absolute;
  right: 3vw;
  width: 0.71rem;
  height: 0.71rem;
  border-radius: 50%;
  line-height: 0.71rem;
  text-align: center;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
}
#home #top .banner nav .moveNext .cir_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#home #top .banner nav .moveNext:hover .cir_bg {
  animation: a 2.5s linear infinite;
}
#home #main {
  z-index: 100;
  pointer-events: none;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  overflow: hidden;
  height: 100%;
}
#home #main .row {
  position: relative;
  pointer-events: auto;
  width: 100%;
  background-color: #fff;
}
#home #main .row .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#home #main .row .rowMain {
  position: relative;
  z-index: 10;
}
#home #main #r1 {
  height: 100vh;
}
#home #main #r1 .bg .canvas-box {
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  opacity: 0.4;
  mix-blend-mode: multiply;
}
#home #main #r1 .rowMain {
  position: relative;
  width: 100%;
  height: 100%;
}
#home #main #r1 .rowMain .wrap {
  width: 100%;
  height: 100%;
  padding: 120px 0 80px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home #main #r1 .rowMain .wrap .loop_fn1 {
  height: 100%;
  position: relative;
}
#home #main #r1 .rowMain .wrap .loop_fn1 .mid {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#home #main #r1 .rowMain .wrap .loop_fn1 .mid .right {
  width: 100%;
  position: relative;
  z-index: 7;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 1vw;
  background-position: 20% 32%;
  background-repeat: no-repeat;
  background-size: 22.3vw;
  transform: rotateZ(0deg);
}
#home #main #r1 .rowMain .wrap .loop_fn1 .mid .right .photo {
  position: absolute;
  width: 100%;
  left: 0;
  top: 1.0rem;
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
#home #main #r1 .rowMain .wrap .loop_fn1 .mid .right .photo .pic {
  position: absolute;
  width: 100%;
  background-size: cover;
  left: 0;
  pointer-events: none;
  background-position: center;
}
#home #main #r1 .rowMain .wrap .loop_fn1 .mid .right .photo.navOutNext {
  -webkit-animation: swingOutPrev 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: swingOutPrev 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
#home #main #r1 .rowMain .wrap .loop_fn1 .mid .right .photo.navInNext {
  -webkit-animation: swingInPrev 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation: swingInPrev 1s forwards cubic-bezier(0.7, 0, 0.3, 1);
}
#home #main #r1 .rowMain .wrap .loop_fn1 .mid .right .photo.on {
  opacity: 1;
}
#home #main #r1 .rowMain .wrap .loop_fn1 .mid .left {
  width: 50%;
  position: relative;
  z-index: 10;
}
#home #main #r1 .rowMain .wrap .loop_fn1 .mid .left .msg-box {
  padding: 0 1% 0 6%;
  position: relative;
  z-index: 20;
}
#home #main #r1 .rowMain .wrap .loop_fn1 .mid .left .msg-box .note {
  position: relative;
  display: none;
  animation-duration: 1.5s;
}
#home #main #r1 .rowMain .wrap .loop_fn1 .mid .left .msg-box .note.on {
  display: block;
}
#home #main #r1 .rowMain .wrap .loop_fn1 .mid .left .msg-box .note .box {
  position: relative;
}
#home #main #r1 .rowMain .wrap .loop_fn1 .mid .left .msg-box .note .box .bt {
  width: 100%;
}
#home #main #r1 .rowMain .wrap .loop_fn1 .mid .left .msg-box .note .box .bt > small {
  display: inline-block;
  text-transform: uppercase;
}
#home #main #r1 .rowMain .wrap .loop_fn1 .mid .left .msg-box .note .box .bt h3 {
  margin-bottom: 1vw;
}
#home #main #r1 .rowMain .wrap .loop_fn1 .mid .left .msg-box .note .box .bm {
  width: 100%;
}
#home #main #r1 .rowMain .wrap .loop_fn1 .mid .left .msg-box .note .box .bm .text {
  padding-right: 10px;
  margin: 2.6vw 0;
  line-height: 1.5;
  overflow: auto;
  height: 96px;
}
#home #main #r1 .rowMain .wrap .loop_fn1 .mid .left .msg-box .note .box .bm .text.on {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
#home #main #r1 .rowMain .wrap .loop_fn1 .mid .left .msg-box .note .box .bm .more {
  position: absolute;
  left: 0;
  top: calc(100% + 12px);
  height: 0.58rem;
  line-height: 0.58rem;
}
#home #main #r1 .rowMain .wrap .loop_fn1 .mid .left .msg-box .note .box .bm .more > i {
  display: none;
}
@media screen and (min-width: 1024px) {
  #home #main #r1 .rowMain .wrap .loop_fn1 .mid .left .msg-box .note .box .bm .more > i {
    position: absolute;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    right: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    color: #fff;
    transform: translate3d(5px, 0, 0);
    -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
    -o-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
    -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
    -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
    -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
    -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  }
  #home #main #r1 .rowMain .wrap .loop_fn1 .mid .left .msg-box .note .box .bm .more:hover {
    letter-spacing: 2px;
    text-indent: -30px;
    box-shadow: 0 6px 10px rgba(0, 65, 192, 0.1);
  }
  #home #main #r1 .rowMain .wrap .loop_fn1 .mid .left .msg-box .note .box .bm .more:hover > i {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
  }
}
#home #main #r1 .rowMain .wrap .loop_fn1 .mid .left .set {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 6%;
  padding-top: 5%;
}
#home #main #r1 .rowMain .wrap .loop_fn1 .mid .left .set .s-btn {
  width: 1.5rem;
  letter-spacing: 2px;
  padding: 12px 0;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  text-align: center;
  margin-right: 16px;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#home #main #r1 .rowMain .wrap .loop_fn1 .mid .left .set .s-btn.on {
  background-color: #fff;
  color: #000;
}
#home #main #r1 .rowMain .wrap .loop_fn1 .mid .left .set .s-btn:hover {
  background-color: #00a0e9;
  color: #fff;
  border-color: #00a0e9;
}
#home #main #r1 .rowMain .wrap .loop_fn1 .mid .other {
  position: absolute;
  top: 100%;
  padding: 2vw 0;
  width: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#home #main #r1 .rowMain .wrap .loop_fn1 .mid .other .p_list {
  border: 1px solid #999999;
  background: transparent;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  margin: 0 10px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#home #main #r1 .rowMain .wrap .loop_fn1 .mid .other .p_list.on {
  width: 30px;
  background: #00a0e9;
  border-color: #00a0e9;
}
#home #main #r1 .rowMain .wrap .btm {
  width: 100%;
  position: absolute;
  pointer-events: none;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 15;
}
#home #main #r1 .rowMain .wrap .btm .t-prev {
  position: absolute;
  pointer-events: auto;
  left: 6%;
  width: 0.71rem;
  height: 0.71rem;
  border-radius: 50%;
  line-height: 0.71rem;
  text-align: center;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #00a0e9;
}
#home #main #r1 .rowMain .wrap .btm .t-prev .cir_bg {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#home #main #r1 .rowMain .wrap .btm .t-prev:hover .cir_bg {
  animation: a 2.5s linear infinite;
}
#home #main #r1 .rowMain .wrap .btm .t-next {
  position: absolute;
  pointer-events: auto;
  right: 6%;
  width: 0.71rem;
  height: 0.71rem;
  border-radius: 50%;
  line-height: 0.71rem;
  text-align: center;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #00a0e9;
}
#home #main #r1 .rowMain .wrap .btm .t-next .cir_bg {
  content: "";
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
#home #main #r1 .rowMain .wrap .btm .t-next:hover .cir_bg {
  animation: a 2.5s linear infinite;
}
#home #main #r2 {
  width: 100%;
  height: 100vh;
  position: relative;
}
#home #main #r2 .rowMain {
  width: 100%;
  height: 100%;
  position: relative;
}
#home #main #r2 .rowMain .wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
#home #main #r2 .rowMain .wrap #loop_fn2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
}
#home #main #r2 .rowMain .wrap #loop_fn2 .itemwrap > li .pic {
  width: 100vw;
}
#home #main #r2 .rowMain .wrap #loop_fn2 .Tcon {
  top: 20px;
  height: 88%;
}
#home #main #r2 .rowMain .wrap #loop_fn2 .Tcon .txtChange > a {
  height: 90%;
  display: block;
  cursor: pointer;
}
#home #main #r2 .rowMain .wrap #loop_fn2 .Tcon .txtChange > a h2 {
  font-size: 0.6rem;
  font-weight: bolder;
  line-height: 1.4;
}
#home #main #r2 .rowMain .wrap #loop_fn2 .Tcon .pageChange > li {
  position: relative;
  text-align: center;
}
#home #main #r2 .rowMain .wrap #loop_fn2 .Tcon .pageChange > li > a {
  display: inline-block;
  color: #fff;
  position: relative;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  line-height: 0.75rem;
  text-align: center;
}
#home #main #r2 .rowMain .wrap #loop_fn2 .Tcon .pageChange > li > a i {
  font-size: 30px;
  position: relative;
  z-index: 10;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  display: inline-block;
}
#home #main #r2 .rowMain .wrap #loop_fn2 .Tcon .pageChange > li > a:before {
  content: "";
  pointer-events: none;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  height: 80%;
  background-color: #00a0e9;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#home #main #r2 .rowMain .wrap #loop_fn2 .Tcon .pageChange > li > a .cir_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#home #main #r2 .rowMain .wrap #loop_fn2 .Tcon .pageChange > li > h5 {
  text-align: center;
  color: #fff;
  position: relative;
  margin-top: 10px;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
}
@media screen and (min-width: 900px) {
  #home #main #r2 .rowMain .wrap #loop_fn2 .Tcon .pageChange > li > h5 {
    width: 100px;
  }
}
#home #main #r2 .rowMain .wrap #loop_fn2 .Tcon .pageChange > li > h5 > span {
  position: absolute;
  height: 100%;
  text-align: center;
  width: 200%;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  left: -50%;
  top: 0;
  line-height: 40px;
  white-space: nowrap;
}
#home #main #r2 .rowMain .wrap #loop_fn2 .Tcon .pageChange > li:before {
  content: "";
  position: absolute;
  left: calc(100% + 10px);
  top: 37px;
  margin: auto;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  height: 1px;
  width: 80px;
}
#home #main #r2 .rowMain .wrap #loop_fn2 .Tcon .pageChange > li:last-of-type:before {
  display: none;
}
#home #main #r2 .rowMain .wrap #loop_fn2 .Tcon .pageChange > li.on > a i {
  color: #00a0e9;
}
#home #main #r2 .rowMain .wrap #loop_fn2 .Tcon .pageChange > li.on > a:before {
  opacity: 1;
}
#home #main #r2 .rowMain .wrap #loop_fn2 .Tcon .pageChange > li.on > h5 > span {
  font-weight: 600;
  font-size: 18px;
}
#home #main #r2 .rowMain .wrap #loop_fn2 .Tcon .pageChange > li:hover > a i {
  /*color: #00a0e9;*/
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
#home #main #r2 .rowMain .wrap #loop_fn2 .Tcon .pageChange > li:hover > a:before {
  opacity: 1;
}
#home #main #r2 .rowMain .wrap #loop_fn2 .Tcon .pageChange > li:hover > a .cir_bg {
  animation: a 2.5s linear infinite;
}
#home #main #r2 .rowMain .wrap #loop_fn2 .Tcon .pageChange > li:hover > h5 > span {
  font-weight: 600;
  font-size: 18px;
}
#home #main #r2 .rowMain .wrap #loop_fn2 .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 13;
}
#home #main #r2 .rowMain .wrap #loop_fn2 .mask > img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
#home #main #r2 .rowMain .wrap #loop_fn2 nav .movePrev {
  position: absolute;
  left: 6vw;
  width: 0.71rem;
  height: 0.71rem;
  border-radius: 50%;
  line-height: 0.71rem;
  text-align: center;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
}
#home #main #r2 .rowMain .wrap #loop_fn2 nav .movePrev .cir_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#home #main #r2 .rowMain .wrap #loop_fn2 nav .movePrev:hover .cir_bg {
  animation: a 2.5s linear infinite;
}
#home #main #r2 .rowMain .wrap #loop_fn2 nav .moveNext {
  position: absolute;
  right: 6vw;
  width: 0.71rem;
  height: 0.71rem;
  border-radius: 50%;
  line-height: 0.71rem;
  text-align: center;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
}
#home #main #r2 .rowMain .wrap #loop_fn2 nav .moveNext .cir_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#home #main #r2 .rowMain .wrap #loop_fn2 nav .moveNext:hover .cir_bg {
  animation: a 2.5s linear infinite;
}
#home #main #r2 .rowMain .wrap .box_ {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
}
#home #main #r2 .rowMain .wrap .box_ #sw.swiper-container {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#home #main #r2 .rowMain .wrap .box_ #sw.swiper-container .swiper-wrapper .swiper-slide .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
}
#home #main #r2 .rowMain .wrap .box_ #sw.swiper-container .swiper-wrapper .swiper-slide h2 {
  position: absolute;
  color: #fff;
  width: 100%;
  padding: 0 5%;
  text-align: center;
  top: 84px;
  left: 0;
}
#home #main #r2 .rowMain .wrap .box_ #sw.swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .pic {
  transition: 4s linear;
  transform: scale(1, 1);
}
#home #main #r2 .rowMain .wrap .box_ #sw.swiper-container .swiper-button-prev {
  top: auto;
  bottom: 9vw;
  height: 25vw;
  width: 25vw;
  opacity: 0;
}
#home #main #r2 .rowMain .wrap .box_ #sw.swiper-container .swiper-button-next {
  top: auto;
  bottom: 9vw;
  height: 25vw;
  width: 25vw;
  opacity: 0;
}
#home #main #r2 .rowMain .wrap .box_ #sw_child {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
}
#home #main #r2 .rowMain .wrap .box_ #sw_child .swiper-wrapper > div.swiper-slide {
  position: relative;
  text-align: center;
  width: 35vw;
  opacity: 0.6;
  transform: scale(0.8);
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#home #main #r2 .rowMain .wrap .box_ #sw_child .swiper-wrapper > div.swiper-slide > a {
  display: inline-block;
  color: #fff;
  position: relative;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  line-height: 75px;
  text-align: center;
}
#home #main #r2 .rowMain .wrap .box_ #sw_child .swiper-wrapper > div.swiper-slide > a i {
  font-size: 34px;
  position: relative;
  z-index: 10;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#home #main #r2 .rowMain .wrap .box_ #sw_child .swiper-wrapper > div.swiper-slide > a:before {
  content: "";
  pointer-events: none;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 80%;
  height: 80%;
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#home #main #r2 .rowMain .wrap .box_ #sw_child .swiper-wrapper > div.swiper-slide > a:after {
  content: "";
  pointer-events: none;
  z-index: 4;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px dashed #fff;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#home #main #r2 .rowMain .wrap .box_ #sw_child .swiper-wrapper > div.swiper-slide > a:hover:after {
  border-color: transparent;
}
#home #main #r2 .rowMain .wrap .box_ #sw_child .swiper-wrapper > div.swiper-slide > h5 {
  text-align: center;
  color: #fff;
  margin-top: 10px;
  height: 40px;
  line-height: 40px;
  white-space: nowrap;
}
#home #main #r2 .rowMain .wrap .box_ #sw_child .swiper-wrapper > div.swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: none;
}
#home #main #r2 .rowMain .wrap .box_ #sw_child .swiper-wrapper > div.swiper-slide.swiper-slide-active > a i {
  color: #00a0e9;
}
#home #main #r2 .rowMain .wrap .box_ #sw_child .swiper-wrapper > div.swiper-slide.swiper-slide-active > a:before {
  opacity: 1;
}
#home #main #r3 {
  position: relative;
  width: 100%;
  padding-top: 1rem;
  z-index: 10;
}
#home #main #r3 .bg .txt_ {
  position: absolute;
  bottom: 10vw;
  width: 100%;
  text-align: left;
  left: 0;
  font-size: 5rem;
  color: rgba(0, 0, 0, 0.02);
  line-height: 5rem;
}
#home #main #r3 .rowMain .wrap .items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2.25vw;
}
#home #main #r3 .rowMain .wrap .items .col.c1 {
  width: 50%;
  padding-right: 1%;
}
#home #main #r3 .rowMain .wrap .items .col.c1 h2 {
  position: relative;
  display: inline-block;
  padding-right: 0.6rem;
  padding-bottom: 0.5rem;
  font-weight: bolder;
  margin-bottom: 0.8rem;
}
#home #main #r3 .rowMain .wrap .items .col.c1 h2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #575757;
}
#home #main #r3 .rowMain .wrap .items .col.c1 p {
  line-height: 1.8;
  margin-bottom: 0.8rem;
}
#home #main #r3 .rowMain .wrap .items .col.c1 > a {
  font-size: 18px;
  display: inline-block;
  border: 1px solid #010101;
  position: relative;
  border-radius: 50px;
  text-align: center;
  height: 0.58rem;
  line-height: 0.58rem;
  width: 2.2rem;
}
#home #main #r3 .rowMain .wrap .items .col.c1 > a > i {
  position: absolute;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  color: #fff;
  transform: translate3d(5px, 0, 0);
  -webkit-transform: translate3d(5px, 0, 0);
  -moz-transform: translate3d(5px, 0, 0);
  -o-transform: translate3d(5px, 0, 0);
  -ms-transform: translate3d(5px, 0, 0);
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#home #main #r3 .rowMain .wrap .items .col.c1 > a:hover {
  letter-spacing: 2px;
  text-indent: -30px;
  box-shadow: 0 6px 10px rgba(0, 65, 192, 0.1);
}
#home #main #r3 .rowMain .wrap .items .col.c1 > a:hover > i {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
#home #main #r3 .rowMain .wrap .items .col.c2 {
  width: 38%;
}
#home #main #r3 .rowMain .wrap .items .col.c2 .pic {
  width: 100%;
  padding-bottom: 114.8%;
  overflow: hidden;
  border-bottom-left-radius: 100px;
}
#home #main #r3 .rowMain .wrap .items .col.c2 .pic > img {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
#home #main #r3 .rowMain .wrap .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 1vw;
}
#home #main #r3 .rowMain .wrap .box .list_ > em {
  font-size: 0.9rem;
  line-height: 1.1rem;
  display: block;
  text-align: center;
}
#home #main #r3 .rowMain .wrap .box .list_ > span {
  display: block;
  text-align: center;
}
#home #main #r4 {
  padding-bottom: 1vw;
  padding-top: 1rem;
}
#home #main #r4 .bg {
  top: -38%;
}
#home #main #r4 .rowMain .box h2 {
  font-size: 0.6rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 4vw;
}
#home #main #r4 .rowMain .box .items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
#home #main #r4 .rowMain .box .items .col1 {
  width: 40%;
  position: relative;
  z-index: 5;
}
#home #main #r4 .rowMain .box .items .col1 .bx {
  width: 100%;
  border-bottom-right-radius: 80px;
  background-color: #fff;
  overflow: hidden;
}
#home #main #r4 .rowMain .box .items .col1 .bx > img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#home #main #r4 .rowMain .box .items .col1 .bx .msg {
  padding: 9%;
  position: relative;
  background-color: #fff;
}
#home #main #r4 .rowMain .box .items .col1 .bx .msg > small {
  font-size: 18px;
  color: #666666;
  margin-bottom: 18px;
  display: inline-block;
}
#home #main #r4 .rowMain .box .items .col1 .bx .msg h3 {
  font-weight: bolder;
  color: #000;
  margin-bottom: 18px;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
#home #main #r4 .rowMain .box .items .col1 .bx .msg p {
  color: #666666;
  margin-bottom: 30px;
}
#home #main #r4 .rowMain .box .items .col1 .bx .msg > a {
  font-size: 16px;
  position: relative;
  height: 0.48rem;
  line-height: 0.48rem;
  width: 1.6rem;
}
#home #main #r4 .rowMain .box .items .col1 .bx:hover > img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
#home #main #r4 .rowMain .box .items .col2 {
  width: 48%;
  position: relative;
  z-index: 7;
}
#home #main #r4 .rowMain .box .items .col2 .list_ {
  display: block;
  margin-bottom: 0.4rem;
}
#home #main #r4 .rowMain .box .items .col2 .list_ h4 {
  font-weight: bold;
  color: #000;
  margin-bottom: 18px;
  transition: color 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: color 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: color 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: color 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: color 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#home #main #r4 .rowMain .box .items .col2 .list_:hover h4 {
  color: #00a0e9;
}
#home #main #r4 .rowMain .box .items .col2 .btn_ {
  font-size: 16px;
  height: 0.48rem;
  line-height: 0.48rem;
  width: 1.6rem;
}
#home #main #r4 .rowMain .box .items .other {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 35%;
  pointer-events: none;
}
#home #main #r4 .rowMain .box .items .other .txt_ {
  width: 100%;
  text-align: left;
  font-size: 5rem;
  color: rgba(0, 0, 0, 0.02);
  line-height: 5rem;
}
#home #main #r4 .rowMain .box .items .swiper-container {
  width: 100%;
  padding: 30px;
}
#home #main #r4 .rowMain .box .items .swiper-container .swiper-wrapper {
  width: 100%;
  padding-bottom: 5vw;
}
#home #main #r4 .rowMain .box .items .swiper-container .swiper-wrapper .swiper-slide {
  width: 80vw;
  padding: 5px;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  opacity: 0.5;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#home #main #r4 .rowMain .box .items .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
#home #main #r4 .rowMain .box .items .swiper-container .other {
  left: auto;
  right: 0;
  width: 100%;
  z-index: 0;
}
#home #main #r4 .rowMain .box .items .swiper-container .other .txt_ {
  text-align: center;
}
#home #main #r-foot {
  min-height: 0;
  pointer-events: none;
  background-color: transparent;
}
#home #main #r-foot .fMain {
  display: flex;
  justify-content: space-between;
  pointer-events: auto;
  align-items: flex-start;
  padding-top: 5.4vw;
  padding-bottom: 3vw;
}
#home #main #r-foot .fMain .col:nth-of-type(1) > img {
  width: 15vw;
  opacity: 0;
}
#home #main #r-foot .fMain .col:nth-of-type(1) .ma-box {
  width: 100%;
  margin-top: 40px;
}
#home #main #r-foot .fMain .col:nth-of-type(1) .ma-box .inter {
  margin-right: 18px;
}
#home #main #r-foot .fMain .col:nth-of-type(1) .ma-box .inter > a {
  opacity: 0;
}
#home #main #r-foot .fMain .col:nth-of-type(1) .ma-box .inter .items .shadow > img {
  width: 2rem;
}
#home #main #r-foot .fMain .col:nth-of-type(2) {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 60%;
  opacity: 0;
}
#home #main #r-foot .fMain .col:nth-of-type(2) .box > h3 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 32px;
}
#home #main #r-foot .fMain .col:nth-of-type(2) .box > a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  padding: 6px 0;
  margin-bottom: 4px;
  display: block;
}
#home #main #r-foot .fBtm {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 0;
}
#home #main #r-foot .fBtm .max-wid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
#home #main #r-foot .fBtm .max-wid > a {
  color: rgba(255, 255, 255, 0.5);
}
#home #main #r-foot .fBtm .max-wid .ma-box {
  margin-right: 0.2rem;
}
#home #main #r-foot .fBtm .max-wid .ma-box .inter .items .shadow > img {
  width: 2rem;
}
#home #roll {
  transition: all 0.8s ease-in-out;
}
#home #roll .rowMain {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  align-content: space-around;
}
#home #roll .rowMain .topic {
  width: 100%;
  margin-bottom: 5vw;
}
#home #roll .rowMain .wrap {
  width: 100%;
  min-height: calc(100% - 240px);
}
@media screen and (min-width: 1080px) {
  #home #roll .row {
    min-height: 100vh;
  }
}
#home #roll .row .alan {
  animation-fill-mode: both;
  opacity: 0;
  animation-timing-function: cubic-bezier(0.49, 0.54, 0.16, 1);
}
#home #roll .row .delay-1 {
  animation-delay: 0.1s;
}
#home #roll .row .delay-2 {
  animation-delay: 0.2s;
}
#home #roll .row .delay-3 {
  animation-delay: 0.3s;
}
#home #roll .row .delay-4 {
  animation-delay: 0.4s;
}
#home #roll .row .delay-5 {
  animation-delay: 0.5s;
}
#home #roll .row .delay-6 {
  animation-delay: 0.6s;
}
#home #roll .row .delay-7 {
  animation-delay: 0.7s;
}
#home #roll .row.on .alan-1 {
  animation-name: fn1;
  animation-duration: 1.2s;
}
#home #roll .row.on .alan-2 {
  animation-name: fn2;
  animation-duration: 1.2s;
}
#home #roll .row.on .alan-3 {
  animation-name: fadeInUpSmall;
  animation-duration: 1s;
}
#home #roll .row.on .alan-4 {
  animation-name: topUpIn;
  animation-duration: 1.5s;
}
#home #roll .row.on .alan-5 {
  animation-name: fadeInUpSmall;
  animation-duration: 1s;
}
#new #main {
  padding-top: 100vh;
  z-index: 100;
  pointer-events: none;
}
#new #main .row {
  pointer-events: auto;
  padding: 2vw 0;
  background-color: #fff;
}
#new #main #r1 {
  min-height: 80vh;
}
#new #main #r1 .rowMain .top_ {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1vw 0;
}
#new #main #r1 .rowMain .top_ .year_ {
  text-transform: uppercase;
  color: #00a0e9;
  font-weight: bold;
}
#new #main #r1 .rowMain .top_ .year_ > em {
  color: #00a0e9;
  margin-right: 6px;
}
#new #main #r1 .rowMain .items_ {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#new #main #r1 .rowMain .items_ .list {
  width: 48%;
  height: 178px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 30px 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}
#new #main #r1 .rowMain .items_ .list .photo {
  width: 200px;
  position: absolute;
  border-radius: 10px;
  top: 30px;
  right: 0;
  overflow: hidden;
}
#new #main #r1 .rowMain .items_ .list .photo .pic {
  width: 100%;
  padding-bottom: 58.8%;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#new #main #r1 .rowMain .items_ .list .msg {
  margin-top: 0.35rem;
  width: calc(100% - 210px);
  transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#new #main #r1 .rowMain .items_ .list .msg h2 {
  margin: 8px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
#new #main #r1 .rowMain .items_ .list .msg p {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
#new #main #r1 .rowMain .items_ .list:hover .photo .pic {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
#new #main #r1 .rowMain .items_ .list:hover .msg {
  transform: translate3d(10px, 0, 0);
  -webkit-transform: translate3d(10px, 0, 0);
  -moz-transform: translate3d(10px, 0, 0);
  -o-transform: translate3d(10px, 0, 0);
  -ms-transform: translate3d(10px, 0, 0);
}
#new #main #r1 .rowMain .btm_ {
  padding: 2vw 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#newDetail {
  position: relative;
  z-index: 7;
}
#newDetail #top {
  height: 45vh;
  min-height: 0;
  position: relative;
  width: 76%;
  max-width: 1024px;
}
#newDetail #top .topic {
  position: absolute;
  left: 0;
  bottom: 0;
}
#newDetail #main {
  position: relative;
  z-index: 10;
}
#newDetail #main #r1 {
  min-height: 0vh;
  background-color: transparent;
}
#newDetail #main #r1 .rowMain {
  background-color: #fff;
  padding: 5vw 5%;
  max-width: 1024px;
}
#newDetail #main #r1 .rowMain .wrap {
  width: 100%;
  margin: auto;
  margin-top: 45px
}
#newDetail #main #r1 .rowMain .wrap .title {
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
  align-items: flex-end;
}
#newDetail #main #r1 .rowMain .wrap .title h2 {
  width: 100%;
}
#newDetail #main #r1 .rowMain .wrap .title > small {
  white-space: nowrap;
  display: inline-block;
  margin-left: 20px;
  color: #666;
}
#newDetail #main #r1 .rowMain .wrap .con {
  padding-top: 4vw;
}
#newDetail #main #r1 .rowMain .wrap .con a,
#newDetail #main #r1 .rowMain .wrap .con span,
#newDetail #main #r1 .rowMain .wrap .con li,
#newDetail #main #r1 .rowMain .wrap .con b,
#newDetail #main #r1 .rowMain .wrap .con i,
#newDetail #main #r1 .rowMain .wrap .con label,
#newDetail #main #r1 .rowMain .wrap .con p,
#newDetail #main #r1 .rowMain .wrap .con strong,
#newDetail #main #r1 .rowMain .wrap .con div,
#newDetail #main #r1 .rowMain .wrap .con h1,
#newDetail #main #r1 .rowMain .wrap .con h2,
#newDetail #main #r1 .rowMain .wrap .con h3,
#newDetail #main #r1 .rowMain .wrap .con h4,
#newDetail #main #r1 .rowMain .wrap .con h5,
#newDetail #main #r1 .rowMain .wrap .con h6,
#newDetail #main #r1 .rowMain .wrap .con small,
#newDetail #main #r1 .rowMain .wrap .con em,
#newDetail #main #r1 .rowMain .wrap .con li,
#newDetail #main #r1 .rowMain .wrap .con pre,
#newDetail #main #r1 .rowMain .wrap .con form,
#newDetail #main #r1 .rowMain .wrap .con fieldset,
#newDetail #main #r1 .rowMain .wrap .con legend,
#newDetail #main #r1 .rowMain .wrap .con button,
#newDetail #main #r1 .rowMain .wrap .con input,
#newDetail #main #r1 .rowMain .wrap .con textarea,
#newDetail #main #r1 .rowMain .wrap .con th,
#newDetail #main #r1 .rowMain .wrap .con td {
  font-size: inherit;
  font-weight: inherit;
}
#newDetail #main #r1 .rowMain .wrap .con img {
  max-width: 100%;
  margin: 1vw 0;
}
#newDetail #main #r-foot #foot {
  animation: none;
  opacity: 1;
  visibility: visible!important;
}
#newDetail #main #r-foot {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
#newDetail #main #r-foot .fMain {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 5.4vw;
  padding-bottom: 3vw;
}
#newDetail #main #r-foot .fMain .col:nth-of-type(1) > img {
  width: 15vw;
  opacity: 1;
}
#newDetail #main #r-foot .fMain .col:nth-of-type(1) .ma-box {
  width: 100%;
  margin-top: 40px;
}
#newDetail #main #r-foot .fMain .col:nth-of-type(1) .ma-box .inter {
  margin-right: 18px;
}
#newDetail #main #r-foot .fMain .col:nth-of-type(1) .ma-box .inter > a {
  opacity: 1;
}
#newDetail #main #r-foot .fMain .col:nth-of-type(1) .ma-box .inter .items .shadow > img {
  width: 115px;
}
#newDetail #main #r-foot .fMain .col:nth-of-type(2) {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 60%;
  opacity: 1;
}
#newDetail #main #r-foot .fMain .col:nth-of-type(2) .box > h3 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 32px;
}
#newDetail #main #r-foot .fMain .col:nth-of-type(2) .box > a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  padding: 6px 0;
  margin-bottom: 4px;
  display: block;
}
#newDetail #main #r-foot .fBtm {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  opacity: 1;
}
#newDetail #main #r-foot .fBtm .max-wid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
#newDetail #main #r-foot .fBtm .max-wid > a {
  color: rgba(255, 255, 255, 0.5);
}
#QA #main {
  padding-top: 100vh;
  z-index: 100;
  pointer-events: none;
}
#QA #main .row {
  pointer-events: auto;
  padding: 2vw 0;
  background-color: #fff;
}
#QA #main #r1 {
  padding: 4vw 0 2vw 0;
  min-height: 600px;
}
#QA #main #r1 .rowMain .top_ {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1vw 0;
}
#QA #main #r1 .rowMain .top_ .year_ {
  text-transform: uppercase;
  color: #00a0e9;
  font-weight: bold;
}
#QA #main #r1 .rowMain .top_ .year_ > em {
  color: #00a0e9;
  margin-right: 6px;
}

#QA #main #r1 .rowMain .items_ .list {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
  position: relative;
  padding: 20px 0;
  border-top: 2px solid rgba(0, 0, 0, 0.05);
}
#QA #main #r1 .rowMain .items_ .list .msg {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#QA #main #r1 .rowMain .items_ .list .msg h2 {
  margin: 5px 0;
  position: relative;
  /*padding-left: 30px;*/
  line-height: 24px;
}
#QA #main #r1 .rowMain .items_ .list .msg h2 > em {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 24px;
}
#QA #main #r1 .rowMain .items_ .list .msg p {
  width: 100%;
  position: relative;
  /*padding-left: 30px;*/
}
#QA #main #r1 .rowMain .items_ .list .msg p > em {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 24px;
}
#QA #main #r1 .rowMain .items_ .list:hover .photo .pic {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
#QA #main #r1 .rowMain .items_ .list:hover .msg {
  transform: translate3d(10px, 0, 0);
  -webkit-transform: translate3d(10px, 0, 0);
  -moz-transform: translate3d(10px, 0, 0);
  -o-transform: translate3d(10px, 0, 0);
  -ms-transform: translate3d(10px, 0, 0);
}
#QA #main #r1 .rowMain .btm_ {
  padding: 2vw 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
#download {
  position: relative;
  min-height: 100vh;
}
#download #main {
  z-index: 100;
  pointer-events: none;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  overflow: hidden;
  height: 100%;
}
#download #main #r-top {
  background-color: transparent;
}
#download #main #r-top #top {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#download #main #r1 {
  padding: 4vw 0 2vw 0;
  padding-top: calc(4vw + 0.9rem);
}
#download #main #r1 .bgBox .txt_ {
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 3rem;
  position: absolute;
  top: 0rem;
  left: 0;
  color: #f3f3f3;
}
#download #main #r1 .rowMain .wrap {
  margin-left: -15px;
  overflow: visible;
}
#download #main #r1 .rowMain .wrap .items_ {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#download #main #r1 .rowMain .wrap .items_ .swiper-slide {
  width: calc(100%/3);
  padding: 0 15px;
}
#download #main #r1 .rowMain .wrap .items_ .list_ {
  width: 100%;
  overflow: hidden;
  position: relative;
  box-shadow: 0 10px 50px -3px rgba(114, 114, 114, 0.4);
}
#download #main #r1 .rowMain .wrap .items_ .list_ .photo {
  width: 100%;
  padding-bottom: 63.3%;
  background-size: cover;
  background-color: #000;
  background-repeat: no-repeat;
  transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  position: relative;
}
#download #main #r1 .rowMain .wrap .items_ .list_ .photo:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
#download #main #r1 .rowMain .wrap .items_ .list_ .photo .play_ {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  line-height: 64px;
  text-align: center;
  color: #00a0e9;
  z-index: 5;
  text-indent: 5px;
  border: 2px solid transparent;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#download #main #r1 .rowMain .wrap .items_ .list_ .photo .play_ > i {
  font-size: 24px;
  position: relative;
  z-index: 6;
}
#download #main #r1 .rowMain .wrap .items_ .list_ .photo .play_:before {
  content: attr(data-ad);
  position: absolute;
  height: 30px;
  line-height: 30px;
  top: 100%;
  color: #fff;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  left: -2px;
  text-transform: uppercase;
  font-family: en_b;
}
#download #main #r1 .rowMain .wrap .items_ .list_ .photo .play_:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
  background-color: #fff;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#download #main #r1 .rowMain .wrap .items_ .list_ .photo .play_:hover {
  border-color: #fff;
  color: #fff;
}
#download #main #r1 .rowMain .wrap .items_ .list_ .photo .play_:hover:after {
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  opacity: 0;
}
#download #main #r1 .rowMain .wrap .items_ .list_ .lab_ {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 6;
}
#download #main #r1 .rowMain .wrap .items_ .list_ .lab_ > em {
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  margin: auto;
  height: 82%;
}
#download #main #r1 .rowMain .wrap .items_ .list_ .note {
  background-color: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#download #main #r1 .rowMain .wrap .items_ .list_:hover .photo {
  transform: scale(1.1);
}
#download #main #r2 {
  padding: 4vw 0 2vw 0;
  padding-top: calc(4vw + 0.9rem);
}
#download #main #r2 .bgBox .canvas-box {
  position: absolute;
  height: 35%;
  width: 100%;
  bottom: 0;
  left: 0;
}
#download #main #r2 .bgBox .canvas-box > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#download #main #r2 .rowMain .wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
#download #main #r2 .rowMain .wrap .con {
  width: 48%;
}
#download #main #r2 .rowMain .wrap .con .ma-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 80%;
  margin-top: 3vw;
}
#download #main #r2 .rowMain .wrap .con .ma-box .box_ {
  padding: 4px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 15px 30px -2px rgba(114, 114, 114, 0.2);
}
#download #main #r2 .rowMain .wrap .con .ma-box .box_ > img {
  display: block;
  width: 8.5vw;
}
#download #main #r2 .rowMain .wrap .con .ma-box .box_ > span {
  text-align: center;
  width: 100%;
  margin: 2px 0;
}
#download #main #r2 .rowMain .wrap .con .ma-box .box_ > span > i {
  color: #00a0e9;
  margin-right: 6px;
}
#download #main #r2 .rowMain .wrap .up {
  position: absolute;
  right: 0;
  bottom: -8vw;
  animation-duration: 1.8s;
  opacity: 0;
  z-index: 1;
}
#download #main #r2 .rowMain .wrap .up > img {
  height: 45vw;
}
#download #main #r3 {
  padding: 4vw 0 2vw 0;
  padding-top: calc(4vw + 0.9rem);
}
#download #main #r3 .bgBox .txt_ {
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 3rem;
  position: absolute;
  top: 0rem;
  left: 0;
  color: #f3f3f3;
}
#download #main #r3 .rowMain .topic {
  margin-bottom: 0vw;
  padding: 0 30px;
}
#download #main #r3 .rowMain .wrap {
  width: 100%;
  padding: 30px;
}
#download #main #r3 .rowMain .wrap .items_ .swiper-slide {
  width: 25%;
  margin-bottom: 2vw;
  padding: 0 1vw;
}
#download #main #r3 .rowMain .wrap .items_ .swiper-slide .list_ {
  width: 100%;
  box-shadow: 0 15px 40px -2px rgba(114, 114, 114, 0.2);
}
#download #main #r3 .rowMain .wrap .items_ .swiper-slide .list_ .photo {
  width: 100%;
  padding-bottom: 63.3%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
#download #main #r3 .rowMain .wrap .items_ .swiper-slide .list_ .photo:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
#download #main #r3 .rowMain .wrap .items_ .swiper-slide .list_ .photo .play_ {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  line-height: 48px;
  text-align: center;
  color: #00a0e9;
  z-index: 5;
  text-indent: 5px;
  line-height: 45px;
  border: 2px solid transparent;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#download #main #r3 .rowMain .wrap .items_ .swiper-slide .list_ .photo .play_ > i {
  font-size: 18px;
  position: relative;
  z-index: 6;
}
#download #main #r3 .rowMain .wrap .items_ .swiper-slide .list_ .photo .play_:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  left: 0;
  top: 0;
  background-color: #fff;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#download #main #r3 .rowMain .wrap .items_ .swiper-slide .list_ .photo .play_:hover {
  border-color: #fff;
  color: #fff;
}
#download #main #r3 .rowMain .wrap .items_ .swiper-slide .list_ .photo .play_:hover:after {
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  opacity: 0;
}
#download #main #r3 .rowMain .wrap .items_ .swiper-slide .list_ .note {
  background-color: #fff;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#download #main #r4 {
  padding: 4vw 0 2vw 0;
  overflow: hidden;
  padding-top: calc(4vw + 0.9rem);
}
#download #main #r4 .bgBox {
  background-color: #F5F5F5;
}
#download #main #r4 .bgBox .txt_box {
  position: absolute;
  transform-origin: 0 100%;
  top: -0.6rem;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  left: 0;
}
#download #main #r4 .bgBox .txt_ {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.05);
  line-height: 2rem;
}
#download #main #r4 .rowMain {
  width: 82%;
}
#download #main #r4 .rowMain .wrap {
  padding: 50px;
}
#download #main #r4 .rowMain .wrap .item_ {
  display: flex;
  height: calc(24vw + 50px);
}
#download #main #r4 .rowMain .wrap .item_ .swiper-slide {
  width: 20%;
  height: 100%;
  transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  padding: 0 1%;
}
#download #main #r4 .rowMain .wrap .item_ .swiper-slide .list_ {
  width: 100%;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  #download #main #r4 .rowMain .wrap .item_ .swiper-slide .list_ {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
    -webkit-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
    -moz-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
    -o-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
    -ms-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  }
}
#download #main #r4 .rowMain .wrap .item_ .swiper-slide .list_ .photo {
  opacity: 0.5;
  width: 14.4vw;
  max-width: 266px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.4s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.4s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.4s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.4s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.4s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#download #main #r4 .rowMain .wrap .item_ .swiper-slide .list_ .photo .pic {
  width: 100%;
  transition: all 0.4s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.4s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.4s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.4s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.4s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  border: 4px solid #fff;
  box-shadow: 0 0 50px -4px rgba(0, 47, 138, 0.15);
  padding-bottom: 160%;
}
#download #main #r4 .rowMain .wrap .item_ .swiper-slide .list_ .photo > span {
  line-height: 30px;
  margin-top: 1vw;
  text-align: center;
  width: 100%;
  display: block;
  transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
@media screen and (min-width: 1024px) {
  #download #main #r4 .rowMain .wrap .item_ .swiper-slide.on {
    z-index: 10;
  }
  #download #main #r4 .rowMain .wrap .item_ .swiper-slide.on .list_ .photo {
    opacity: 1;
  }
  #download #main #r4 .rowMain .wrap .item_ .swiper-slide.on .list_ .photo .pic {
    transform: scale(1.26);
    -webkit-transform: scale(1.26);
    -moz-transform: scale(1.26);
    -o-transform: scale(1.26);
    -ms-transform: scale(1.26);
  }
  #download #main #r4 .rowMain .wrap .item_ .swiper-slide.on .list_ .photo > span {
    transform: translateY(3vw);
    -webkit-transform: translateY(3vw);
    -moz-transform: translateY(3vw);
    -o-transform: translateY(3vw);
    -ms-transform: translateY(3vw);
  }
}
@media screen and (max-width: 1024px) {
  #download #main #r4 .rowMain .wrap .item_ .swiper-slide.swiper-slide-active .list_ {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
  }
  #download #main #r4 .rowMain .wrap .item_ .swiper-slide.swiper-slide-active .list_ .photo {
    opacity: 1;
  }
}
#download #main #r4 .rowMain .btm_ #mypager2 > a {
  border-color: #fff;
  color: #fff;
}
#download #main #r4 .rowMain .btm_ #mypager2 .item > li {
  border-color: #fff;
  color: #fff;
}
#download #main #r4 .rowMain .btm_ #mypager2 .item > li.cur {
  background-color: #fff;
  color: #00a0e9;
  border-color: #fff;
}
#download #main #r4 .rowMain .btm_ #mypager2 .item .gather {
  color: #fff;
}
#download #main #r-foot {
  min-height: 0px;
}
#about {
  position: relative;
  min-height: 100vh;
}
#about #main {
  z-index: 100;
  pointer-events: none;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  overflow: hidden;
}
#about #main #r-top {
  background-color: transparent;
}
#about #main #r-top #top {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#about #main #r1 {
  padding: 4vw 0 2vw 0;
  padding-top: calc(4vw + 0.9rem);
}
#about #main #r1 .bgBox .txt_ {
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 3rem;
  position: absolute;
  top: 0rem;
  left: 0;
  color: #f3f3f3;
}
#about #main #r2 {
  padding: 4vw 0 2vw 0;
  padding-top: calc(4vw + 0.9rem);
}
#about #main #r3 {
  padding: 4vw 0 2vw 0;
  padding-top: calc(4vw + 0.9rem);
}
#contact {
  position: relative;
  min-height: 100vh;
}
#contact #main {
  z-index: 100;
  pointer-events: none;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  overflow: hidden;
  height: 100%;
}
#contact #main #r-top {
  background-color: transparent;
}
#contact #main #r-top #top {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#contact #main #r1 {
  padding: 4vw 0 2vw 0;
  padding-top: calc(2vw + 0.9rem);
}
#contact #main #r1 .bgBox .pic {
  background-size: 100%;
  background-position: center bottom;
}
#contact #main #r1 .rowMain .wrap {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #contact #main #r1 .rowMain .wrap {
    padding-bottom: 8vw;
  }
}
#contact #main #r1 .rowMain .wrap .top_ {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#contact #main #r1 .rowMain .wrap .top_ .col:nth-of-type(1) {
  width: 56%;
}
#contact #main #r1 .rowMain .wrap .top_ .col:nth-of-type(1) .topic {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 3vw;
}
#contact #main #r1 .rowMain .wrap .top_ .col:nth-of-type(1) .topic h2 {
  line-height: 1;
}
#contact #main #r1 .rowMain .wrap .top_ .col:nth-of-type(1) .topic > em {
  margin: 0 20px;
  line-height: 1;
  font-size: 24px;
}
#contact #main #r1 .rowMain .wrap .top_ .col:nth-of-type(1) .topic .line_ {
  width: 100%;
  height: 1px;
  background-image: url(../img/line.png);
  background-position: center;
  background-size: 100%;
  margin-top: 2vw;
}
#contact #main #r1 .rowMain .wrap .top_ .col:nth-of-type(2) {
  width: 38%;
}
#contact #main #r1 .rowMain .wrap .top_ .col:nth-of-type(2) .photo {
  width: 100%;
  padding-bottom: 56%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
#contact #main #r1 .rowMain .wrap .top_ .col:nth-of-type(2) .photo .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#contact #main #r1 .rowMain .wrap .btm_ .items_ {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3vw;
}
#contact #main #r1 .rowMain .wrap .btm_ .items_ .list_ {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#contact #main #r1 .rowMain .wrap .btm_ .items_ .list_ > span:nth-of-type(1) {
  background-color: #00a0e9;
  color: #fff;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.32rem;
  margin-right: 20px;
}
#contact #main #r1 .rowMain .wrap .btm_ .items_ .list_ > span:nth-of-type(2) {
  width: calc(100% - 1rem);
}
#contact #main #r1 .rowMain .wrap .btm_ .items_ .list_ > span:nth-of-type(2) > b {
  line-height: 0.8;
  color: #00a0e9;
  margin-right: 1vw;
}
#contact #main #r1 .rowMain .wrap .btm_ .items_ .list_ > span:nth-of-type(2) > em {
  line-height: 1;
  color: #00a0e9;
  font-weight: bold;
  vertical-align: text-bottom;
}
#contact #main #r1 .rowMain .wrap .btm_ .items_ .list_ > span:nth-of-type(2) > small {
  width: 100%;
  margin-top: 0.5vw;
  display: block;
}
#contact #main #r2 {
  padding: 4vw 0 2vw 0;
  padding-top: calc(2vw + 0.9rem);
}
#contact #main #r2 .bgBox {
  background-color: #0031c0;
  overflow: hidden;
}
#contact #main #r2 .bgBox > img {
  width: 100%;
  position: absolute;
  bottom: -5vw;
  left: 0;
}
#contact #main #r2 .rowMain .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contact #main #r2 .rowMain .wrap .branch-svg {
  position: relative;
  padding-top: 7%;
  margin-right: -3%;
}
#contact #main #r2 .rowMain .wrap .branch-svg .branch_bg {
  position: absolute;
  opacity: 1;
  left: 90%;
  top: 64%;
  width: 16%;
  display: block;
  z-index: -1;
}
#contact #main #r2 .rowMain .wrap .branch-svg svg {
  width: 750px;
  height: 650px;
}
#contact #main #r2 .rowMain .wrap .branch-svg svg polygon {
  fill: #e8f2ff;
  stroke: #8cb2ed;
  stroke-width: 0.5;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#contact #main #r2 .rowMain .wrap .branch-svg svg polygon.isfill {
  fill: #5c5c5c;
}
#contact #main #r2 .rowMain .wrap .branch-svg svg text {
  font-size: 16px;
  fill: #00a0e9;
  opacity: 0;
  pointer-events: none;
  font-weight: bold;
  transform: translate3d(-40px, -10px, 0);
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#contact #main #r2 .rowMain .wrap .branch-svg svg text.show {
  opacity: 1;
  pointer-events: auto;
  text-shadow: 0 0 4px #eaeefa;
}
#contact #main #r2 .rowMain .wrap .branch-svg svg circle {
  fill: #00a0e9;
  stroke: #bacde7;
  stroke-width: 0;
  r: 3;
  display: block;
  opacity: 0.92;
  position: relative;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#contact #main #r2 .rowMain .wrap .branch-svg svg circle.show {
  stroke: rgba(0, 52, 205, 0.2);
  r: 5;
  stroke-width: 30;
  animation-play-state: paused;
  cursor: auto;
  z-index: 1;
}
@keyframes dotsShow {
  0% {
    stroke-width: 4;
    r: 4;
  }
  50% {
    stroke-width: 0;
    r: 2;
  }
  100% {
    stroke-width: 4;
    r: 4;
  }
}
#contact #main #r2 .rowMain .wrap .map_sel_case {
  width: 36%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
#contact #main #r2 .rowMain .wrap .map_sel_case .map_sel_box {
  height: 100px;
  background-color: #eaeefa;
  position: relative;
  z-index: 2;
}
#contact #main #r2 .rowMain .wrap .map_sel_case .map_sel_box > .pure {
  font-size: 18px;
  height: 100px;
  color: #fff;
  padding: 0.25rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
#contact #main #r2 .rowMain .wrap .map_sel_case .map_sel_box > .pure > div {
  width: calc(100% - 60px);
}
#contact #main #r2 .rowMain .wrap .map_sel_case .map_sel_box > .pure > div h2 {
  line-height: 1;
  display: inline-block;
}
#contact #main #r2 .rowMain .wrap .map_sel_case .map_sel_box > .pure > div > span {
  line-height: 1.4;
}
#contact #main #r2 .rowMain .wrap .map_sel_case .map_sel_box > .pure > div > em {
  margin: 0 14px;
  line-height: 1;
  font-size: 24px;
  font-weight: lighter;
  vertical-align: sub;
}
#contact #main #r2 .rowMain .wrap .map_sel_case .map_sel_box > .pure .sel_btn {
  width: 80px;
  height: 100%;
  right: 0;
  top: 0;
  display: block;
  text-align: center;
  font-size: 12px;
  position: absolute;
  cursor: pointer;
}
#contact #main #r2 .rowMain .wrap .map_sel_case .map_sel_box > .pure .sel_btn > i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 19px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  background-color: #00a0e9;
  color: #fff;
}
#contact #main #r2 .rowMain .wrap .map_sel_case .map_sel_box > .pure .sel_btn.on > i {
  transform: scale(-1);
}
#contact #main #r2 .rowMain .wrap .map_sel_case .map_sel_box .city_sel_box {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 50vh;
  background-color: #f2f8fe;
  padding: 25px;
}
#contact #main #r2 .rowMain .wrap .map_sel_case .map_sel_box .city_sel_box > ul {
  height: calc(50vh - 50px);
  width: 100%;
  padding-right: 30px;
  overflow: auto;
}
#contact #main #r2 .rowMain .wrap .map_sel_case .map_sel_box .city_sel_box > ul > li {
  margin-right: 6.6%;
  display: block;
  line-height: 3;
  font-size: 14px;
  color: #7e7e7e;
  border-bottom: 1px solid #eeeeee;
  cursor: pointer;
}
#contact #main #r2 .rowMain .wrap .map_sel_case .city_sel_con {
  width: 100%;
  height: 50vh;
  background-color: #f2f8fe;
  padding: 0.25rem;
  background-image: url(../img/icon_bg.png);
  background-position: bottom right;
  background-size: 30%;
  background-repeat: no-repeat;
  background-position-x: 94%;
}
#contact #main #r2 .rowMain .wrap .map_sel_case .city_sel_con > ul {
  height: calc(50vh - 50px);
  display: none;
  width: 100%;
  padding-right: 30px;
  overflow: auto;
}
#contact #main #r2 .rowMain .wrap .map_sel_case .city_sel_con > ul > li {
  display: block;
  cursor: pointer;
}
#contact #main #r2 .rowMain .wrap .map_sel_case .city_sel_con > ul > li .map_field {
  position: relative;
  font-weight: bold;
}
#contact #main #r2 .rowMain .wrap .map_sel_case .city_sel_con > ul > li .map_contact {
  padding: 10px 0;
}
#contact #main #r2 .rowMain .wrap .map_sel_case .city_sel_con > ul > li .map_contact p {
  line-height: 1.5;
}
#contact #main #r2 .rowMain .wrap .map_sel_case .city_sel_con > ul > li .map_contact > b {
  font-weight: bold;
  font-size: inherit;
  color: inherit;
}
#contact #main #r2 .rowMain .wrap .map_sel_case .city_sel_con > ul.on {
  display: block;
}
#contact #main #r3 {
  padding: 4vw 0 2vw 0;
  padding-top: calc(2vw + 0.9rem);
}
#contact #main #r3 .bgBox #Tmap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#contact #main #r3 .bgBox #Tmap .anchorBL {
  display: none;
}
#contact #main #r3 .rowMain {
  pointer-events: none;
}
#contact #main #r3 .rowMain .wrap .box_ {
  display: inline-block;
  pointer-events: auto;
  width: 28vw;
  border-radius: 20px;
  min-width: 270px;
  overflow: hidden;
  box-shadow: 0 10px 50px -3px rgba(0, 52, 205, 0.15);
}
#contact #main #r3 .rowMain .wrap .box_ .topic {
  background-color: #00a0e9;
  font-size: 18px;
  height: 1rem;
  color: #fff;
  padding: 1vw 3vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  margin-bottom: 0;
}
#contact #main #r3 .rowMain .wrap .box_ .topic div h2 {
  line-height: 1;
  display: inline-block;
}
#contact #main #r3 .rowMain .wrap .box_ .topic div > span {
  line-height: 1.4;
}
#contact #main #r3 .rowMain .wrap .box_ .topic div > em {
  margin: 0 36px;
  line-height: 1;
  font-size: 24px;
  font-weight: lighter;
  vertical-align: bottom;
}
#contact #main #r3 .rowMain .wrap .box_ > .items {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1vw 3vw;
}
#contact #main #r3 .rowMain .wrap .box_ > .items > ul > li {
  margin: 1.5vw 0;
}
#contact #main #r3 .rowMain .wrap .box_ > .items > ul > li small {
  color: #666666;
  font-size: inherit;
}
#contact #main #r3 .rowMain .wrap .box_ > .items > ul > li b {
  color: #333;
  font-size: inherit;
}
#contact #main #r3 .rowMain .wrap .box_ > .items .set_ {
  padding: 3vw 0 2vw 0;
}
#contact #main #r3 .rowMain .wrap .box_ > .items .set_ .inter {
  margin-right: 2vw;
}
#contact #main #r3 .rowMain .wrap .box_ > .items .set_ .inter > a {
  padding: 14px 16px;
}
#contact #main #r3 .rowMain .wrap .box_ > .items .set_ .inter .wx {
  background-color: #009900;
  color: #fff;
}
#contact #main #r3 .rowMain .wrap .box_ > .items .set_ .inter .wb {
  background-color: #e6162c;
  color: #fff;
}
#contact #main #r3 .rowMain .wrap .box_ > .items .items {
  bottom: 120%;
  left: -12px;
}
#contact #main #r4 .wrap .con .box {
  background-color: #fff;
  box-shadow: 0 10px 40px -5px rgba(0, 0, 0, 0.2);
  padding: 0.6rem;
}
#contact #main #r4 .wrap .con .box .topic {
  text-align: center;
  margin-bottom: 0.4rem;
}
#contact #main #r4 .wrap .con .box .topic h2 {
  text-align: center;
}
#contact #main #r4 .wrap .con .box .topic p {
  color: #999999;
}
#contact #main #r4 .wrap .con .box form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 900px;
  margin: auto;
}
#contact #main #r4 .wrap .con .box form .in-row {
  width: 48%;
  margin: 0.1rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#contact #main #r4 .wrap .con .box form .in-row.ce {
  justify-content: center;
}
#contact #main #r4 .wrap .con .box form .in-row.wid-100 {
  width: 100%;
}
#contact #main #r4 .wrap .con .box form .in-row > span {
  line-height: 50px;
  width: 0.7rem;
}
#contact #main #r4 .wrap .con .box form .in-row > span > em {
  color: #e10000;
}
#contact #main #r4 .wrap .con .box form .in-row input[type=text] {
  flex-grow: 1;
  border: none;
  background-color: #fafafa;
  padding: 2px 10px;
  line-height: 50px;
}
#contact #main #r4 .wrap .con .box form .in-row textarea {
  flex-grow: 1;
  border: none;
  background-color: #fafafa;
  padding: 6px 10px;
}
#contact #main #r4 .wrap .con .box form .in-row input[type=submit] {
  margin-top: 0.2rem;
  background-color: #00a0e9;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  box-shadow: 0 10px 35px -15px #0066ff;
  border: none;
  padding: 0.2rem 1rem;
}
#contact #main #r4 .wrap .con .box form .in-row .dropdown {
  flex-grow: 1;
}
#contact #main #r4 .wrap .con .box form .in-row .dropdown > span {
  line-height: 50px;
  border: none;
  background-color: #fafafa;
  padding: 2px 10px;
  border-radius: 0;
  color: #333;
  font-weight: 600;
  text-align: center;
}
#contact #main #r4 .wrap .con .box form .in-row .dropdown > span:before {
  background-color: #333;
}
#contact #main #r4 .wrap .con .box form .in-row .dropdown > span:after {
  background-color: #333;
}
#contact #main #r4 .wrap .con .box form .in-row .dropdown > ul {
  top: 60px;
}
#contact #main #r-foot {
  min-height: 0px;
}
#join {
  position: relative;
  min-height: 100vh;
}
#join #main {
  z-index: 100;
  pointer-events: none;
  position: fixed;
  left: 0;
  width: 100%;
  top: 0;
  overflow: hidden;
  height: 100%;
}
#join #main #r-top {
  background-color: transparent;
}
#join #main #r-top #top {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#join #main #r1 {
  padding-top: 0.9rem;
  padding-bottom: 0;
}
#join #main #r1 .bgBox .txt_ {
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 3rem;
  position: absolute;
  top: -0.8rem;
  left: -0.5rem;
  color: #f3f3f3;
}
#join #main #r1 .rowMain .wrap {
  display: flex;
  align-items: flex-start;
  align-content: space-between;
  justify-content: center;
  height: 100%;
  flex-wrap: wrap;
  position: relative;
}
#join #main #r1 .rowMain .wrap .box_ {
  height: calc(100% - 23vw);
  display: flex;
  align-content: space-between;
  align-items: center;
}
#join #main #r1 .rowMain .wrap .box_ .col {
  width: 50%;
  text-align: center;
}
#join #main #r1 .rowMain .wrap .box_ .col:nth-of-type(1) .til h2 {
  line-height: 1.3;
  display: inline-block;
  position: relative;
  text-align: left;
}
#join #main #r1 .rowMain .wrap .box_ .col:nth-of-type(1) .til h2:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 0.3rem;
  background-color: #00a0e9;
  opacity: 0.05;
}
#join #main #r1 .rowMain .wrap .box_ .col:nth-of-type(2) > div {
  line-height: 2;
  text-align: left;
  display: inline-block;
}
#join #main #r1 .rowMain .wrap .btm_ {
  width: 100%;
  padding-bottom: 23%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
#join #main #r1 .rowMain .wrap .btm_ > .pic {
  width: 100%;
  padding-bottom: 36%;
  position: absolute;
  bottom: -2.5vw;
  left: 0;
}
#join #main #r2 {
  padding-top: 0.9rem;
  padding-bottom: 0;
}
#join #main #r2 .bgBox .txt_ {
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 3rem;
  position: absolute;
  top: -0.8rem;
  left: -0.5rem;
  color: #f3f3f3;
}
#join #main #r2 .rowMain .wrap {
  display: flex;
  align-items: center;
  align-content: space-between;
  justify-content: center;
  height: 100%;
  flex-wrap: wrap;
  position: relative;
}
#join #main #r2 .rowMain .wrap .box_ {
  height: calc(100% - 23vw);
  display: flex;
  align-content: space-between;
  align-items: center;
}
#join #main #r2 .rowMain .wrap .box_ .col {
  width: 50%;
  text-align: center;
}
#join #main #r2 .rowMain .wrap .box_ .col:nth-of-type(1) .til h2 {
  line-height: 1.3;
  display: inline-block;
  position: relative;
  text-align: left;
}
#join #main #r2 .rowMain .wrap .box_ .col:nth-of-type(1) .til h2:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 0.3rem;
  background-color: #00a0e9;
  opacity: 0.05;
}
#join #main #r2 .rowMain .wrap .box_ .col:nth-of-type(2) > div {
  line-height: 2;
  text-align: left;
  display: inline-block;
}
#join #main #r2 .rowMain .wrap .btm_ {
  width: 100%;
  padding-bottom: 23%;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
}
#join #main #r2 .rowMain .wrap .btm_ > .pic {
  width: 100%;
  padding-bottom: 36%;
  position: absolute;
  bottom: -2.5vw;
  left: 0;
}
#join #main #r3 {
  padding: 4vw 0 2vw 0;
  padding-top: calc(2vw + 0.9rem);
}
#join #main #r3 .rowMain .topic {
  margin-bottom: 0;
  text-align: center;
}
#join #main #r3 .rowMain .items_.pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 3vw;
}
#join #main #r3 .rowMain .items_.pc .list_ {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  width: 22%;
}
#join #main #r3 .rowMain .items_.pc .list_ .box_ {
  width: 100%;
  padding-bottom: 187.5%;
  position: relative;
}
#join #main #r3 .rowMain .items_.pc .list_ .box_ .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  transition-delay: 0.3s;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: gray(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
#join #main #r3 .rowMain .items_.pc .list_ .box_ .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  transition: all 0.8s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.8s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.8s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.8s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.8s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#join #main #r3 .rowMain .items_.pc .list_ .box_ .msg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 20%;
}
#join #main #r3 .rowMain .items_.pc .list_ .box_ .msg > h4 {
  width: 100%;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  padding: 0 4%;
  margin-bottom: 0.1rem;
}
#join #main #r3 .rowMain .items_.pc .list_ .box_ .msg > i {
  color: #fff;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  line-height: 0.8rem;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  background-color: rgba(255, 255, 255, 0.1);
}
#join #main #r3 .rowMain .items_.pc .list_ .box_ .msg > P {
  width: 92%;
  text-align: center;
  position: absolute;
  transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  bottom: 4%;
  left: 4%;
  min-height: 75px;
  font-size: 14px;
  color: #fff;
}
#join #main #r3 .rowMain .items_.pc .list_ .box_:hover .pic {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: gray(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
}
#join #main #r3 .rowMain .items_.pc .list_ .box_:hover .mask {
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transition-delay: 0.3s;
}
#join #main #r3 .rowMain .items_.pc .list_ .box_:hover .msg h4 {
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  opacity: 0;
}
#join #main #r3 .rowMain .items_.pc .list_ .box_:hover .msg > i {
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  opacity: 0;
  transition-delay: 0.1s;
}
#join #main #r3 .rowMain .items_.pc .list_ .box_:hover .msg > p {
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  opacity: 0;
  transition-delay: 0.2s;
}
#join #main #r3 .rowMain .items_.app {
  width: 100%;
  margin-top: 3vw;
}
#join #main #r3 .rowMain .items_.app .swiper-wrapper .swiper-slide {
  width: 48%;
  border-radius: 20px;
  overflow: hidden;
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#join #main #r3 .rowMain .items_.app .swiper-wrapper .swiper-slide .list_ {
  position: relative;
  width: 100%;
}
#join #main #r3 .rowMain .items_.app .swiper-wrapper .swiper-slide .list_ .box_ {
  width: 100%;
  padding-bottom: 187.5%;
  position: relative;
}
#join #main #r3 .rowMain .items_.app .swiper-wrapper .swiper-slide .list_ .box_ .pic {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  transition-delay: 0.3s;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: gray(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
#join #main #r3 .rowMain .items_.app .swiper-wrapper .swiper-slide .list_ .box_ .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  transition: all 0.8s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.8s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.8s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.8s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.8s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#join #main #r3 .rowMain .items_.app .swiper-wrapper .swiper-slide .list_ .box_ .msg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 20%;
}
#join #main #r3 .rowMain .items_.app .swiper-wrapper .swiper-slide .list_ .box_ .msg > h4 {
  width: 100%;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  padding: 0 4%;
  margin-bottom: 0.1rem;
}
#join #main #r3 .rowMain .items_.app .swiper-wrapper .swiper-slide .list_ .box_ .msg > i {
  color: #fff;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  line-height: 0.8rem;
  text-align: center;
  transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  background-color: rgba(255, 255, 255, 0.1);
}
#join #main #r3 .rowMain .items_.app .swiper-wrapper .swiper-slide .list_ .box_ .msg > P {
  width: 92%;
  text-align: center;
  position: absolute;
  transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.6s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  bottom: 4%;
  left: 4%;
  min-height: 75px;
  font-size: 14px;
  color: #fff;
}
#join #main #r3 .rowMain .items_.app .swiper-wrapper .swiper-slide.swiper-slide-active {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
#join #main #r3 .rowMain .items_.app .swiper-wrapper .swiper-slide.swiper-slide-active .list_ .box_ .pic {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: gray(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
}
#join #main #r3 .rowMain .items_.app .swiper-wrapper .swiper-slide.swiper-slide-active .list_ .box_ .mask {
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transition-delay: 0.3s;
}
#join #main #r3 .rowMain .items_.app .swiper-wrapper .swiper-slide.swiper-slide-active .list_ .box_ .msg h4 {
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  opacity: 0;
}
#join #main #r3 .rowMain .items_.app .swiper-wrapper .swiper-slide.swiper-slide-active .list_ .box_ .msg > i {
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  opacity: 0;
  transition-delay: 0.1s;
}
#join #main #r3 .rowMain .items_.app .swiper-wrapper .swiper-slide.swiper-slide-active .list_ .box_ .msg > p {
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  -moz-transform: translate3d(0, -10px, 0);
  -o-transform: translate3d(0, -10px, 0);
  -ms-transform: translate3d(0, -10px, 0);
  opacity: 0;
  transition-delay: 0.2s;
}
#join #main #r3 .rowMain .items_.app .swiper-pagination {
  bottom: 0;
}
#join #main #r4 {
  padding: 4vw 0 2vw 0;
  padding-top: calc(2vw + 0.9rem);
}
#join #main #r4 .rowMain .topic {
  margin-bottom: 0;
  text-align: center;
}
#join #main #r4 .rowMain .items_ {
  width: 100%;
  margin-top: 6vw;
  position: relative;
  padding: 4vw;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: rgba(255, 255, 255, 0.9);
}
#join #main #r4 .rowMain .items_ .list_ {
  text-align: center;
  width: calc(100%/7);
  padding: 0 18px;
  position: relative;
}
#join #main #r4 .rowMain .items_ .list_ > i {
  color: #00a0e9;
  font-size: 0.48rem;
  position: relative;
  z-index: 5;
  display: inline-block;
  margin-bottom: 1vw;
}
#join #main #r4 .rowMain .items_ .list_ > span {
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 6;
}
#join #main #r4 .rowMain .items_ .list_:after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  line-height: 0.5rem;
  text-align: center;
  top: 0.2rem;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 65, 192, 0.06);
}
#join #main #r4 .rowMain .items_ .btn_ {
  background-color: #00a0e9;
  color: #fff;
  width: 3.7rem;
  height: 0.64rem;
  line-height: 0.64rem;
  border: none;
  position: absolute;
  top: -32px;
  cursor: inherit;
  left: 0;
  right: 0;
  margin: auto;
}
#join #main #r5 {
  padding: 4vw 0 2vw 0;
  padding-top: calc(2vw + 0.9rem);
}
#join #main #r5 .rowMain .topic {
  margin-bottom: 0;
  text-align: center;
}
#join #main #r5 .rowMain .boxs_ {
  width: 100%;
  margin-top: 3vw;
  position: relative;
}
#join #main #r5 .rowMain .boxs_ .lr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#join #main #r5 .rowMain .boxs_ .lr .col {
  width: 48%;
  align-items: stretch;
  cursor: inherit;
  display: flex;
  justify-content: space-between;
}
#join #main #r5 .rowMain .boxs_ .lr .col .msg {
  width: 40%;
  padding-right: 6%;
  position: relative;
  padding-bottom: 1%;
  padding-top: 4%;
}
#join #main #r5 .rowMain .boxs_ .lr .col .msg h4 {
  line-height: 1.2;
}
#join #main #r5 .rowMain .boxs_ .lr .col .msg p {
  font-size: 14px;
  line-height: 1.4;
}
#join #main #r5 .rowMain .boxs_ .lr .col .msg .line {
  position: absolute;
  bottom: 5%;
  left: 0;
  opacity: 0.3;
  height: 4px;
  width: 30px;
  background-color: #00a0e9;
}
#join #main #r5 .rowMain .boxs_ .lr .col .photo {
  border-radius: 20px;
  overflow: hidden;
  width: 60%;
  position: relative;
}
#join #main #r5 .rowMain .boxs_ .lr .col .photo .pic {
  width: 100%;
  padding-bottom: 66.5%;
  position: relative;
  z-index: 2;
  transition: all 0.8s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.8s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.8s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.8s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.8s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#join #main #r5 .rowMain .boxs_ .lr .col .photo .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#join #main #r5 .rowMain .boxs_ .lr .col .photo > span.num_ {
  display: inline-block;
  z-index: 5;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0.8rem;
}
#join #main #r5 .rowMain .boxs_ .lr .col .photo > span.num_ > em {
  font-size: 0.8rem;
  color: #fff;
  display: inline-block;
  height: 0.6rem;
  line-height: 0.8rem;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#join #main #r5 .rowMain .boxs_ .lr .col .photo > span.num_:after {
  content: "";
  position: absolute;
  top: 96%;
  left: 0;
  height: 2px;
  background-color: #fff;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#join #main #r5 .rowMain .boxs_ .lr .col:hover .photo .pic {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
#join #main #r5 .rowMain .boxs_ .lr .col:hover .photo .mask {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transition-delay: 0.2s;
}
#join #main #r5 .rowMain .boxs_ .lr .col:hover .photo > span.num_ > em {
  height: 0;
}
#join #main #r5 .rowMain .boxs_ .lr .col:hover .photo > span.num_:after {
  width: 0;
}
#join #main #r5 .rowMain .boxs_ .rr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2vw;
}
#join #main #r5 .rowMain .boxs_ .rr .col {
  width: 48%;
  align-items: stretch;
  display: flex;
  justify-content: space-between;
}
#join #main #r5 .rowMain .boxs_ .rr .col .msg {
  width: 40%;
  padding-left: 6%;
  position: relative;
  padding-bottom: 1%;
  padding-top: 4%;
}
#join #main #r5 .rowMain .boxs_ .rr .col .msg h4 {
  line-height: 1.2;
}
#join #main #r5 .rowMain .boxs_ .rr .col .msg p {
  font-size: 14px;
  line-height: 1.4;
}
#join #main #r5 .rowMain .boxs_ .rr .col .msg .line {
  position: absolute;
  bottom: 5%;
  left: 14%;
  opacity: 0.3;
  height: 4px;
  width: 30px;
  background-color: #00a0e9;
}
#join #main #r5 .rowMain .boxs_ .rr .col .photo {
  border-radius: 20px;
  overflow: hidden;
  width: 60%;
  position: relative;
}
#join #main #r5 .rowMain .boxs_ .rr .col .photo .pic {
  width: 100%;
  padding-bottom: 66.5%;
  position: relative;
  z-index: 2;
  transition: all 0.8s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.8s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.8s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.8s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.8s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#join #main #r5 .rowMain .boxs_ .rr .col .photo .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#join #main #r5 .rowMain .boxs_ .rr .col .photo > span.num_ {
  display: inline-block;
  z-index: 5;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 0;
  bottom: 0;
  margin: auto;
  height: 0.8rem;
}
#join #main #r5 .rowMain .boxs_ .rr .col .photo > span.num_ > em {
  font-size: 0.8rem;
  color: #fff;
  display: inline-block;
  height: 0.64rem;
  line-height: 0.8rem;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#join #main #r5 .rowMain .boxs_ .rr .col .photo > span.num_:after {
  content: "";
  position: absolute;
  top: 96%;
  right: 0;
  height: 2px;
  background-color: #fff;
  width: 100%;
  transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.5s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#join #main #r5 .rowMain .boxs_ .rr .col:hover .photo .pic {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
#join #main #r5 .rowMain .boxs_ .rr .col:hover .photo .mask {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transition-delay: 0.2s;
}
#join #main #r5 .rowMain .boxs_ .rr .col:hover .photo > span.num_ > em {
  height: 0;
}
#join #main #r5 .rowMain .boxs_ .rr .col:hover .photo > span.num_:after {
  width: 0;
}
#join #main #r5 .rowMain .boxs_.swiper-container .swiper-wrapper .swiper-slide .col .photo .mask {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transition-delay: 0.2s;
}
#join #main #r5 .rowMain .boxs_.swiper-container .swiper-wrapper .swiper-slide .col .photo > span.num_ > em {
  height: 0;
}
#join #main #r5 .rowMain .boxs_.swiper-container .swiper-wrapper .swiper-slide .col .photo > span.num_:after {
  width: 0;
}
#join #main #r6 {
  padding: 4vw 0 2vw 0;
  padding-top: calc(3vw + 0.9rem);
}
#join #main #r6 .bgBox {
  background-color: #00a0e9;
}
#join #main #r6 .bgBox .pic {
  z-index: 6;
  background-size: 100%;
  background-position: center bottom;
  top: 8%;
}
#join #main #r6 .bgBox .txt_box {
  position: absolute;
  transform-origin: 0 100%;
  top: -0.9rem;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  left: 0;
  z-index: 5;
}
#join #main #r6 .bgBox .txt_ {
  font-size: 2rem;
  color: rgba(255, 255, 255, 0.3);
  line-height: 2rem;
}
#join #main #r6 .rowMain {
  align-content: flex-start;
  align-items: flex-start;
}
#join #main #r6 .rowMain .topic {
  text-align: center;
}
#join #main #r6 .rowMain .topic > small {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 1.5vw;
}
#join #main #r6 .rowMain .topic .dot1 {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  line-height: 8px;
  text-align: center;
  background-color: #fff;
  margin: 8px auto;
}
#join #main #r6 .rowMain .topic .dot2 {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  line-height: 4px;
  text-align: center;
  background-color: #fff;
  margin: 8px auto;
}
#join #main #r6 .rowMain .topic .dot3 {
  display: block;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  line-height: 2px;
  text-align: center;
  background-color: #fff;
  margin: 8px auto;
}
#join #main #r6 .rowMain .topic p {
  margin-top: 2vw;
}
#join #main #r7 {
  padding: 4vw 0 2vw 0;
  padding-top: calc(5vw + 0.9rem);
}
#join #main #r7 .rowMain {
  align-content: flex-start;
  align-items: flex-start;
}
#join #main #r7 .rowMain .topic {
  position: relative;
}
#join #main #r7 .rowMain .topic .txt_bg {
  text-align: center;
}
#join #main #r7 .rowMain .topic .txt_bg > span {
  display: inline-block;
  text-align: center;
  font-size: 2rem;
  color: rgba(0, 65, 192, 0.1);
  margin: 0 -4px;
  text-transform: uppercase;
  line-height: 2.4rem;
  height: 2rem;
}
#join #main #r7 .rowMain .topic h2 {
  height: 0.5rem;
  line-height: 0.5rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
#join #main #r7 .rowMain .btn_ {
  background-color: #00a0e9;
  color: #fff;
  position: relative;
  width: 2.7rem;
  height: 0.64rem;
  line-height: 0.64rem;
  border: none;
  margin: auto;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#join #main #r7 .rowMain .btn_ > i {
  position: absolute;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  right: 42px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  color: #fff;
  transform: translate3d(5px, 0, 0);
  -webkit-transform: translate3d(5px, 0, 0);
  -moz-transform: translate3d(5px, 0, 0);
  -o-transform: translate3d(5px, 0, 0);
  -ms-transform: translate3d(5px, 0, 0);
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#join #main #r7 .rowMain .btn_:hover {
  letter-spacing: 2px;
  text-indent: -30px;
  box-shadow: 0 6px 10px rgba(0, 65, 192, 0.1);
}
#join #main #r7 .rowMain .btn_:hover > i {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
#join #main #r-foot {
  min-height: 0px;
}
#v-pop {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
}
#v-pop .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -webkit-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -moz-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -o-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
  -ms-transition: all 0.3s cubic-bezier(0.74, 0.46, 0.21, 0.82);
}
#v-pop .box_ {
  width: 72%;
  padding: 1em;
  opacity: 0;
  background-color: #fff;
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-name: fadeInUpSmall;
  position: relative;
  z-index: 5;
  box-shadow: 0 6px 15px -2px rgba(0, 0, 0, 0.12);
}
#v-pop .box_ video {
  position: relative;
  width: 100%;
  display: block;
}
#v-pop .box_ .go-close {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  background-color: #fff;
  color: #333;
  font-size: 26px;
  top: -25px;
  right: -25px;
  box-shadow: 0 3px 10px -1px rgba(0, 0, 0, 0.12);
}
#v-pop.on {
  display: flex;
}
#v-pop.on .mask {
  opacity: 1;
}
@keyframes fx {
  0% {
    transform: none;
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes fn1 {
  0% {
    opacity: 0;
    clip-path: inset(100% 0 0 0);
    transform: translate3d(0%, 20px, 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: none;
  }
}
.fn1 {
  animation-name: fn1;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.49, 0.54, 0.16, 1);
}
@keyframes fn2 {
  0% {
    opacity: 0;
    clip-path: inset(0 0 100% 0);
    transform: translate3d(0%, -20px, 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0 0 0 0);
    transform: none;
  }
}
.fn2 {
  animation-name: fn2;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier(0.49, 0.54, 0.16, 1);
}
@keyframes fn3 {
  0% {
    opacity: 0;
    transform: matrix(1, 0.15, 0, 1, 0, 20);
  }
  100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
.fn3 {
  animation-name: fadeInUpSmall;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.49, 0.54, 0.16, 1);
}
@keyframes fn4 {
  0% {
    opacity: 0;
    transform: perspective(600px) rotateX(5deg) rotateY(-10deg) scale(0.8) translateX(10%);
  }
  80% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 1;
    transform: perspective(600px) rotateX(0deg) rotateY(0deg) scale(1) translateX(0%);
  }
}
.fn4 {
  transform-origin: 0 50%;
  animation: fn4 1.5s forwards cubic-bezier(0.7, 0, 0.3, 1);
  animation-fill-mode: both;
}
@keyframes topUpIn {
  0% {
    opacity: 0;
    transform: translateY(10vw);
    -webkit-transform: translateY(10vw);
    -moz-transform: translateY(10vw);
    -o-transform: translateY(10vw);
    -ms-transform: translateY(10vw);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
.topUpIn {
  animation-name: topUpIn;
}
@keyframes scrFn {
  to {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
    -webkit-transform: translate3d(0, 20%, 0);
    -moz-transform: translate3d(0, 20%, 0);
    -o-transform: translate3d(0, 20%, 0);
    -ms-transform: translate3d(0, 20%, 0);
  }
}
/*宁宁*/
.sor_hint {
  position: absolute;
  bottom: .4rem;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
}
.sor_hint i {
  display: block;
  line-height: 1;
  font-size: .3rem;
  margin-bottom: 10px;
}
.sor_hint .mos_bock {
  width: 15px;
  height: 30px;
  border-radius: 15px;
  border: 2px solid #fff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  position: relative;
}
.sor_hint .mos_bock span {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #fff;
  top: 4px;
  left: 3px;
  animation: downUp 0.5s ease-in-out infinite;
}
.sor_hint div {
  font-size: 12px;
  text-transform: uppercase;
}
@keyframes downUp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(80%);
  }
  100% {
    transform: translateY(0);
  }
}
